From 0ee361a5d7b598e3aba58cfce973ff3e4b207b2e Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 2 Feb 2023 09:10:16 +0800 Subject: [PATCH] Bugfix bottle ingest (#152) * #161 copy strategy on other workflows * #151 move to pantry trigger --------- Co-authored-by: neil --- .github/workflows/index-data.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/index-data.yml b/.github/workflows/index-data.yml index 6eddf8c1..8619809e 100644 --- a/.github/workflows/index-data.yml +++ b/.github/workflows/index-data.yml @@ -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 }}