Skip to content

Commit

Permalink
Add new secret for enclaves cli distribution to support patches to v1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarrel6 authored Jun 14, 2024
1 parent 9211a91 commit 1c1c5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
secrets:
aws-access-key-id: ${{ secrets.PUBLIC_REPO_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.PUBLIC_REPO_AWS_SECRET_ACCESS_KEY }}
aws-cloudfront-distribution-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
aws-cloudfront-distribution-id: ${{ secrets.ENCLAVES_CLI_CLOUDFRONT_DISTRIBUTION_ID }}
evervault-rust-lib-index: ${{ secrets.RUST_CRYPTO_REGISTRY }}
evervault-rust-lib-token: ${{ secrets.CARGO_REGISTRIES_EVERVAULT_RUST_LIBRARIES_TOKEN }}

Expand Down

0 comments on commit 1c1c5c3

Please sign in to comment.