Skip to content

Commit

Permalink
ci(tweak): request permission
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Apr 20, 2023
1 parent c63ca58 commit 22cd0db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/assume-aws-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches:
- main

permissions:
id-token: write

jobs:
awsrole:
runs-on: ubuntu-latest
Expand All @@ -12,4 +15,5 @@ jobs:
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::726824350591:role/oidc-github-actions
role-session-name: github-actions-test
aws-region: us-east-1

0 comments on commit 22cd0db

Please sign in to comment.