Skip to content

Commit f3cf018

Browse files
Fix workflow to use AWS_OIDC secret name
1 parent 705e29f commit f3cf018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: aws-actions/configure-aws-credentials@v4
2929
with:
3030
aws-region: ${{ env.AWS_REGION }}
31-
role-to-assume: ${{ secrets.AWS_OIDC_ROLE }}
31+
role-to-assume: ${{ secrets.AWS_OIDC }}
3232

3333
- name: Setup Terraform
3434
uses: hashicorp/setup-terraform@v3

0 commit comments

Comments
 (0)