Skip to content

Commit 970ef8f

Browse files
authored
Add missing token (#3019)
1 parent ed07206 commit 970ef8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77

8+
env:
9+
NPM_TOKEN_READONLY: ${{ secrets.NPM_TOKEN_READONLY }}
10+
811
concurrency: ${{ github.workflow }}-${{ github.ref }}
912

1013
jobs:

0 commit comments

Comments
 (0)