Skip to content

Commit

Permalink
fix: ensure S3RW_{ACCESS,SECRET}_KEY are used
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed May 13, 2024
1 parent e36d434 commit e8d4aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
export SPACK_VERSION
export GITHUB_REGISTRY_USER=${{ secrets.GHCR_REGISTRY_USER }}
export GITHUB_REGISTRY_TOKEN=${{ secrets.GHCR_REGISTRY_TOKEN }}
export S3RW_ACCESS_KEY=${{ secrets.S3RW_ACCESS_KEY }}
export S3RW_SECRET_KEY=${{ secrets.S3RW_SECRET_KEY }}
cat mirrors.yaml.in | envsubst > mirrors.yaml
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit e8d4aaa

Please sign in to comment.