We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8d6a1 commit d244699Copy full SHA for d244699
1 file changed
.github/workflows/node.js.yml
@@ -83,6 +83,11 @@ jobs:
83
84
release:
85
if: ${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || github.event.ref == 'refs/heads/4.x') }}
86
+ permissions:
87
+ contents: write # to be able to publish a GitHub release
88
+ issues: write # to be able to comment on released issues
89
+ pull-requests: write # to be able to comment on released pull requests
90
+ id-token: write # to enable use of OIDC for npm provenance and publishing
91
name: Release new version
92
needs: [lint, test-node, test-os]
93
runs-on: ubuntu-latest
0 commit comments