From 415349630b308c7f25e613fcb23a65ffa9c48be8 Mon Sep 17 00:00:00 2001 From: Redwanul Haque Date: Tue, 30 Apr 2024 16:39:57 +0600 Subject: [PATCH] Change secret variable name --- .github/workflows/sync_with_container_templates_bucket.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_with_container_templates_bucket.yml b/.github/workflows/sync_with_container_templates_bucket.yml index 6c7a9d8..1ad254c 100644 --- a/.github/workflows/sync_with_container_templates_bucket.yml +++ b/.github/workflows/sync_with_container_templates_bucket.yml @@ -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