We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed07206 commit 970ef8fCopy full SHA for 970ef8f
.github/workflows/publish.yaml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- main
7
8
+env:
9
+ NPM_TOKEN_READONLY: ${{ secrets.NPM_TOKEN_READONLY }}
10
+
11
concurrency: ${{ github.workflow }}-${{ github.ref }}
12
13
jobs:
0 commit comments