Skip to content

Commit

Permalink
chore(NODE-5475): move id-token permission to workflow (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken authored Jul 20, 2023
1 parent 2dfc125 commit a71e5ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ on:
permissions:
contents: write
pull-requests: write
id-token: write

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 a71e5ba

Please sign in to comment.