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

Commit 4d87933

Browse files
committed
ci: load the aws access key id from gha secrets
1 parent 646407a commit 4d87933

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
schedule:
66
- cron: "0 12 * * 1" # Every Monday at 12:00 UTC
77

8-
env:
9-
AWS_ACCESS_KEY_ID: AKIA46X5W6CZIFIMIHXE
10-
118
jobs:
129
ci:
1310
name: CI
@@ -43,6 +40,6 @@ jobs:
4340
region: us-west-1
4441
redeploy_ecs_cluster: rust-ecs-prod
4542
redeploy_ecs_service: highfive
46-
aws_access_key_id: "${{ env.AWS_ACCESS_KEY_ID }}"
43+
aws_access_key_id: "${{ secrets.AWS_ACCESS_KEY_ID }}"
4744
aws_secret_access_key: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
4845
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)