We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e966c02 commit 06fb73eCopy full SHA for 06fb73e
.github/workflows/svelte-ci.yml
@@ -8,6 +8,9 @@ on:
8
release:
9
types: [published]
10
11
+env:
12
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
13
+
14
jobs:
15
build:
16
runs-on: ubuntu-22.04
0 commit comments