Skip to content

Commit

Permalink
fix(cid): use s3-compatibility HMAC keys
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Jul 2, 2024
1 parent 5ef2162 commit b32e7fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,12 @@ jobs:
gcpProjectId: ${{ secrets.GCP_PROJECT_ID }}
encodedGARCredentials: ${{ secrets.ENCODED_GAR_SA_CREDS }}
artifactRegistryPassword: ${{ secrets.ARTIFACT_REGISTRY_PASSWORD }}
nixSubstituterName: ${{ vars.NIX_SUBSTITUTER }}
# nixSubstituterName: ${{ vars.NIX_SUBSTITUTER }}
nixSubstituterName: ${{ vars.S3_NIX_SUBSTITUTER }}
nixPrivateKey: ${{ secrets.NIX_PRIVATE_KEY }}
gacd: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_DATA }}
gcsHmacAccessID: ${{ secrets.GCS_HMAC_ACCESS_ID }}
gcsHmacSecretAccessKey: ${{ secrets.GCS_HMAC_SECRET_ACCESS_KEY }}
cachixCacheName: ${{ vars.CACHIX_CACHE_NAME }}
cachixAuthToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

Expand Down

0 comments on commit b32e7fd

Please sign in to comment.