We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6de68 commit e13ab71Copy full SHA for e13ab71
1 file changed
.github/workflows/releases.yml
@@ -7,6 +7,11 @@ jobs:
7
release:
8
name: Release
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: write # to be able to publish a GitHub release
12
+ issues: write # to be able to comment on released issues
13
+ pull-requests: write # to be able to comment on released pull requests
14
+ id-token: write # to enable use of OIDC for trusted publishing and npm provenance
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
0 commit comments