Skip to content

Commit

Permalink
Change secret variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
RedwanPlague committed Apr 30, 2024
1 parent 75335a7 commit 4153496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_with_container_templates_bucket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_CF_TEMPLATE_TO_S3_IAM_ROLE }}
role-to-assume: ${{ secrets.AWS_CODE_TEMPLATE_TO_S3_IAM_ROLE }}
aws-region: us-east-1
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 4153496

Please sign in to comment.