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 c663f4d commit 15770a0Copy full SHA for 15770a0
.github/workflows/publish-to-npm-on-tag.yml
@@ -5,6 +5,10 @@ on:
5
tags:
6
- 'chrome-devtools-mcp-v*'
7
8
+permissions:
9
+ id-token: write # Required for OIDC
10
+ contents: read
11
+
12
jobs:
13
publish:
14
runs-on: ubuntu-latest
@@ -30,10 +34,5 @@ jobs:
30
34
run: npm run build
31
35
32
36
- name: Publish
33
- env:
- NPM_TOKEN: ${{secrets.NPM_TOKEN}}
- TAG_NAME: ${{github.ref_name}}
37
run: |
- npm config set registry 'https://wombat-dressing-room.appspot.com/'
38
- npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'
39
npm publish --provenance --access public
0 commit comments