Skip to content

Commit

Permalink
ci(tofu-ci): Update reference to AWS OIDC secret
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware committed Sep 10, 2024
1 parent 53ae404 commit 957fad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tofu-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
aws-region: us-east-1
role-to-assume: ${{ secrets.AWS_ANS_ORG_OIDC_ROLE_ARN }}
role-to-assume: ${{ secrets.AWS_ORG_OIDC_ROLE_ARN }}

- name: Setup OpenTofu
uses: opentofu/setup-opentofu@12f4debbf681675350b6cd1f0ff8ecfbda62027b # v1.0.4
Expand Down

0 comments on commit 957fad6

Please sign in to comment.