Skip to content

Commit

Permalink
chore(NODE-5435): add id-token permission to release workflow (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken authored Jul 11, 2023
1 parent 1dcca92 commit d8aa1ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ name: release
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- id: release
uses: google-github-actions/release-please-action@v3
Expand Down

0 comments on commit d8aa1ec

Please sign in to comment.