We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f4b27 commit 255b1ecCopy full SHA for 255b1ec
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
tag: dev
69
version: ${{ needs.get_dev_version.outputs.dev-version }}
70
- token: ${{ secrets.NPM_TOKEN }}
+ token: ${{ secrets.NPM_PAT_STENCIL_BOT }}
71
72
release_create_stencil_cli:
73
if: inputs.devRelease == 'no'
@@ -83,4 +83,4 @@ jobs:
83
84
tag: latest
85
version: ${{ inputs.releaseType }}
86
0 commit comments