We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77bc6b8 + 12a305c commit ff8eaedCopy full SHA for ff8eaed
.github/workflows/release.yaml
@@ -1,6 +1,9 @@
1
name: Release
2
3
permissions:
4
+ # Needed for OIDC Trusted Publishing
5
+ id-token: write
6
+ # Needed for semantic-release
7
contents: write
8
pull-requests: write
9
issues: write
@@ -18,8 +21,6 @@ on:
18
21
19
22
jobs:
20
23
release:
- uses: semantic-release-action/typescript/.github/workflows/release.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51
- secrets:
- npm-token: ${{ secrets.NPM_TOKEN }}
24
+ uses: semantic-release-action/typescript/.github/workflows/release.yml@fd8c4abce3b0710e4e0d0ecf17fdaf2e770d4c82 # v3.2.0-beta.1
25
with:
26
disable-semantic-release-git: true
0 commit comments