better CD for external contribution

This commit is contained in:
Jacob Heider 2023-01-05 18:32:56 -05:00
parent 17922c85cf
commit cffdd5de61
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -15,7 +15,21 @@ jobs:
jq -sc . |
curl https://app.tea.xyz/api/receiveWatcherProjects --fail -X PUT \
-H "content-type: application/json" -H "authorization: bearer ${{ secrets.TEA_API_TOKEN }}" -d @-
bottle:
#FIXME: will fail (harmlessly) on non-merge/non-new-version runs
uses: teaxyz/pantry.core/.github/workflows/bottle.yml@main
bottle-pr:
#FIXME: will fail (harmlessly) on non-merge/non-new-version runs, and won't work on 3rd-party PRs
if: secrets.AWS_S3_CACHE != ''
uses: ./.github/workflows/bottle.yml
secrets: inherit
bottle-standalone:
runs-on: ubuntu-latest
if: secrets.AWS_S3_CACHE == ''
steps:
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6
id: diff
with:
PATTERNS: projects/**/package.yml
- run: gh workflow run new-version.yml -R teaxyz/pantry.core -f "projects=$PROJECTS"
env:
GITHUB_TOKEN: ${{ secrets.TEMP_JACOBS_GITHUB_PAT }}
PROJECTS: ${{ steps.diff.outputs.diff | 'zlib.net' }}