We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5b4cc commit c6104a7Copy full SHA for c6104a7
.github/workflows/cicd.yml
@@ -6,7 +6,6 @@ on:
6
permissions:
7
contents: write
8
pull-requests: write
9
- actions: write
10
jobs:
11
test:
12
uses: ./.github/workflows/test-workflow.yml
@@ -37,3 +36,5 @@ jobs:
37
36
uses: ./.github/workflows/publish.yml
38
39
id-token: write
+ secrets:
40
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/publish.yml
@@ -6,6 +6,9 @@ on:
type: string
default: 'latest'
description: 'The dist-tag to publish to'
+ NPM_TOKEN:
+ required: true
13
publish:
14
name: Publish
0 commit comments