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 5814b02 commit 3f743a7Copy full SHA for 3f743a7
.github/workflows/push.yml
@@ -36,6 +36,14 @@ jobs:
36
name: Release
37
runs-on: ubuntu-22.04
38
needs: build-test
39
+
40
+ # https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/ci-configurations/github-actions.md#node-project-configuration
41
+ permissions:
42
+ contents: write # to be able to publish a GitHub release
43
+ issues: write # to be able to comment on released issues
44
+ pull-requests: write # to be able to comment on released pull requests
45
+ id-token: write # to enable use of OIDC for npm provenance
46
47
steps:
48
- uses: actions/checkout@v4
49
with:
.npmrc
@@ -0,0 +1 @@
1
+provenance=true
0 commit comments