Add BAF_BUCKET to deploy workflow env
All checks were successful
All checks were successful
Pass BAF_BUCKET secret to the build step so targets pipeline can connect to the correct MinIO bucket. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -46,6 +46,7 @@ jobs:
|
|||||||
BAF_KEY: ${{ secrets.BAF_KEY }}
|
BAF_KEY: ${{ secrets.BAF_KEY }}
|
||||||
BAF_SECRET: ${{ secrets.BAF_SECRET }}
|
BAF_SECRET: ${{ secrets.BAF_SECRET }}
|
||||||
BAF_ENDPOINT: ${{ secrets.BAF_ENDPOINT }}
|
BAF_ENDPOINT: ${{ secrets.BAF_ENDPOINT }}
|
||||||
|
BAF_BUCKET: ${{ secrets.BAF_BUCKET }}
|
||||||
run: |
|
run: |
|
||||||
Rscript deploy.R
|
Rscript deploy.R
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user