Bugfix bottle ingest (#152)

* #161 copy strategy on other workflows

* #151 move to pantry trigger

---------

Co-authored-by: neil <neil@neils-MacBook-Pro.local>
This commit is contained in:
Neil 2023-02-02 09:10:16 +08:00 committed by GitHub
parent a62c0ea3bb
commit 0ee361a5d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: tea.xyz/var/cli
repository: teaxyz/cli
- uses: actions/checkout@v3
with:
path: pantry
- uses: teaxyz/setup@v0
- run: ./scripts/index-packages.ts ${{ inputs.projects }}
with:
srcroot: tea.xyz/var/pantry
prefix: ${{ github.workspace }}
- run: ./pantry/scripts/index-packages.ts ${{ inputs.projects }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}