Skip to content

Commit

Permalink
A0-2798: use correct secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Jul 27, 2023
1 parent f970098 commit 393c685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-cliain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
AWS_REGION: us-east-1
with:
aws-access-key-id: ${{ secrets.AWS_DEVNET_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_DEVNET_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_DEVNET_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}

- name: Copy binary to S3 AWS bucket (non-liminal)
Expand Down

0 comments on commit 393c685

Please sign in to comment.