Skip to content

Commit 26330eb

Browse files
committed
ci: fetch the access key id from the right place
1 parent 51ca8d8 commit 26330eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
region: us-west-1
3333
redeploy_ecs_cluster: rust-ecs-prod
3434
redeploy_ecs_service: rust-log-analyzer
35-
aws_access_key_id: "${{ env.AWS_ACCESS_KEY_ID }}"
35+
aws_access_key_id: "${{ secrets.AWS_ACCESS_KEY_ID }}"
3636
aws_secret_access_key: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
3737
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)