Skip to content

Commit 210a3fa

Browse files
authored
fix: use OIDC publishing (#515)
Switch from token based publishing to OIDC based
1 parent 3b1f279 commit 210a3fa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
id-token: write # Required publishing to npm using OIDC
10+
contents: read
11+
812
jobs:
913
release:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)