diff --git a/.github/workflows/check_compatibility_ilastik.yaml b/.github/workflows/check_compatibility_ilastik.yaml index 8956752e..2d283961 100644 --- a/.github/workflows/check_compatibility_ilastik.yaml +++ b/.github/workflows/check_compatibility_ilastik.yaml @@ -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}}