Skip to content

Commit 10ff27e

Browse files
committed
npm perm config
1 parent 8bd0e1f commit 10ff27e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
9+
permissions:
10+
contents: read
11+
id-token: write
12+
813
steps:
914
- uses: actions/checkout@v4
1015
# Setup .npmrc file to publish to npm

0 commit comments

Comments
 (0)