We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7587ddc commit 1efe348Copy full SHA for 1efe348
1 file changed
.github/workflows/publish.yml
@@ -6,7 +6,8 @@ on:
6
- '[0-9]*.[0-9]*.[0-9]*'
7
8
permissions:
9
- contents: read
+ contents: write
10
+ id-token: write # npm OIDC Trusted Publishing + provenance
11
12
jobs:
13
publish:
@@ -33,7 +34,5 @@ jobs:
33
34
run: cp README.md map/README.md
35
36
- name: Publish map package
- run: npm publish
37
+ run: npm publish --provenance --access public
38
working-directory: map
- env:
39
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments