Skip to content

Commit

Permalink
Add missing id-token permission for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver committed Oct 31, 2024
1 parent bf1b18f commit 1420819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
name: Update package version if Sentry was updated
permissions:
contents: write
id-token: write
runs-on: ubuntu-latest
needs: check_if_sentry_updated
if: needs.check_if_sentry_updated.outputs.version_ok == 'false'
Expand Down

0 comments on commit 1420819

Please sign in to comment.