Skip to content

Commit

Permalink
Sample-check fix attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz committed Jun 28, 2023
1 parent 33a68db commit 57ebc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v3
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v2-node16
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
role-session-name: ${{ secrets.AWS_ROLE_SESSION_NAME }}
Expand Down

0 comments on commit 57ebc08

Please sign in to comment.