Skip to content

Commit

Permalink
cred configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasaev committed Sep 21, 2024
1 parent 31c0d90 commit edeaa0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ env:

permissions:
id-token: write
contents: write
contents: read

jobs:
ci:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@master
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::822691405742:role/gh-role
aws-region: ${{ env.AWS_REGION }}
Expand Down

0 comments on commit edeaa0d

Please sign in to comment.