There was an error while loading. Please reload this page.
1 parent f737333 commit 466c748Copy full SHA for 466c748
2 files changed
.github/workflows/ci.yml
@@ -14,10 +14,6 @@ on:
14
- ".npmignore"
15
- "package*.json"
16
17
-permissions:
18
- id-token: write # Required for OIDC
19
- contents: read
20
-
21
concurrency:
22
group: ci-${{ github.head_ref }}
23
cancel-in-progress: true
.github/workflows/publish.yml
@@ -4,6 +4,7 @@ on:
4
workflow_dispatch:
5
6
permissions:
7
+ id-token: write # Required for OIDC
8
contents: read
9
10
jobs:
@@ -23,5 +24,3 @@ jobs:
24
run: pnpm install && pnpm run build
25
- name: Publish package on NPM
26
run: pnpm publish
- env:
27
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments