Skip to content

Commit

Permalink
Add needed OIDC role authentication permission
Browse files Browse the repository at this point in the history
  • Loading branch information
luarx committed Jun 11, 2024
1 parent 5349242 commit 84d7943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
release:
if: github.ref == 'refs/heads/main' || (github.event_name == 'release' && github.event.action == 'released')
runs-on: ubuntu-latest
permissions:
id-token: write # To use OIDC role authentication in aws-actions/configure-aws-credentials
needs: [build]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 84d7943

Please sign in to comment.