Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 9b2259b

Browse files
committed
ci: fix deployment
1 parent c3bde2b commit 9b2259b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
redeploy_ecs_cluster: rust-ecs-prod
4545
redeploy_ecs_service: highfive
4646
aws_access_key_id: "${{ env.AWS_ACCESS_KEY_ID }}"
47-
aws_secret_access_key: "${{ secrets[format('AWS_SECRET_ACCESS_KEY_{0}', env.ACCESS_KEY_ID)] }}"
47+
aws_secret_access_key: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
4848
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)