mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
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:
parent
a62c0ea3bb
commit
0ee361a5d7
1 changed files with 13 additions and 1 deletions
14
.github/workflows/index-data.yml
vendored
14
.github/workflows/index-data.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue