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 71a910e commit 0773615Copy full SHA for 0773615
1 file changed
.github/workflows/release-please.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- main
7
8
+permissions:
9
+ id-token: write # Required for OIDC
10
+ contents: read
11
+
12
jobs:
13
release-please:
14
outputs:
@@ -38,5 +42,3 @@ jobs:
38
42
node-version: lts/*
39
43
registry-url: 'https://registry.npmjs.org'
40
44
- run: npm publish --provenance --access public
41
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments