We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67898be commit 3b49faaCopy full SHA for 3b49faa
.github/workflows/_release.yml
@@ -10,6 +10,12 @@ on:
10
type: string
11
required: true
12
13
+ secrets:
14
+ SEMANTIC_RELEASE_NPM_TOKEN:
15
+ required: true
16
+ SEMANTIC_RELEASE_GH_TOKEN:
17
18
+
19
jobs:
20
test:
21
name: Release package
.github/workflows/main.yml
@@ -24,3 +24,6 @@ jobs:
24
with:
25
NODE_VERSION: ${{ needs.init.outputs.NODE_VERSION }}
26
NODE_CACHE_KEY: ${{ needs.init.outputs.NODE_CACHE_KEY }}
27
28
+ SEMANTIC_RELEASE_NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
29
+ SEMANTIC_RELEASE_GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GH_TOKEN }}
0 commit comments