Skip to content

Commit

Permalink
Fixed passthrough of S3 HOST to workflow status updater
Browse files Browse the repository at this point in the history
  • Loading branch information
jmetz committed Dec 6, 2023
1 parent b8272d6 commit f7761e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
strategy:
fail-fast: false
env:
S3_ENDPOINT: ${{secrets.S3_ENDPOINT}}
S3_HOST: ${{secrets.S3_HOST}}
S3_BUCKET: ${{secrets.S3_BUCKET}}
S3_ROOT_FOLDER: ${{secrets.S3_ROOT_FOLDER}}
S3_ACCESS_KEY_ID: ${{secrets.S3_ACCESS_KEY_ID}}
S3_SECRET_ACCESS_KEY: ${{secrets.S3_SECRET_ACCESS_KEY}}
S3_BUCKET: ${{secrets.S3_BUCKET}}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit f7761e0

Please sign in to comment.