Skip to content

Commit

Permalink
ci: fix secret
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviotech committed May 9, 2023
1 parent e852925 commit efcc606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secret.ROLE_TO_ASSUME }}
role-to-assume: ${{ secrets.ROLE_TO_ASSUME }}
role-session-name: samplerolesession
aws-region: ${{ env.AWS_REGION }}

Expand Down

0 comments on commit efcc606

Please sign in to comment.