Skip to content

Commit 255b1ec

Browse files
fix(ci): use bot token
1 parent 51f4b27 commit 255b1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
tag: dev
6969
version: ${{ needs.get_dev_version.outputs.dev-version }}
70-
token: ${{ secrets.NPM_TOKEN }}
70+
token: ${{ secrets.NPM_PAT_STENCIL_BOT }}
7171

7272
release_create_stencil_cli:
7373
if: inputs.devRelease == 'no'
@@ -83,4 +83,4 @@ jobs:
8383
with:
8484
tag: latest
8585
version: ${{ inputs.releaseType }}
86-
token: ${{ secrets.NPM_TOKEN }}
86+
token: ${{ secrets.NPM_PAT_STENCIL_BOT }}

0 commit comments

Comments
 (0)