Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhung89 authored Nov 6, 2024
1 parent 2fd2c05 commit ff03c22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
contents: read

steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3.0.2
with:
audience: sts.amazonaws.com
role-to-assume: ${{ secrets.AWS_GITHUB_ACTION_ROLE_ARN }}
aws-region: eu-central-1
# - name: Configure AWS credentials
# uses: aws-actions/configure-aws-credentials@v3.0.2
# with:
# audience: sts.amazonaws.com
# role-to-assume: ${{ secrets.AWS_GITHUB_ACTION_ROLE_ARN }}
# aws-region: eu-central-1

- name: Checkout
uses: actions/checkout@v3.5.3
Expand Down

0 comments on commit ff03c22

Please sign in to comment.