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