Skip to content

Commit

Permalink
set env vars for biapy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Aug 13, 2024
1 parent f859ee5 commit cf6a24f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check_compatibility_biapy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ jobs:
- name: Install backoffice
run: pip install .
- run: python scripts/check_compatibility_biapy.py
env:
S3_HOST: ${{vars.S3_HOST}}
S3_BUCKET: ${{vars.S3_BUCKET}}
S3_FOLDER: ${{vars.S3_FOLDER}}
S3_ACCESS_KEY_ID: ${{secrets.S3_ACCESS_KEY_ID}}
S3_SECRET_ACCESS_KEY: ${{secrets.S3_SECRET_ACCESS_KEY}}
RUN_URL: ${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}

0 comments on commit cf6a24f

Please sign in to comment.