Skip to content

Commit

Permalink
add env vars for upload_reports.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jul 8, 2024
1 parent 47e6d3f commit c54009a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check_compatibility_ilastik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,11 @@ jobs:
merge-multiple: true
path: generated-reports
- run: python scripts/upload_reports.py generated-reports
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 c54009a

Please sign in to comment.