Skip to content

Commit 83f050b

Browse files
committed
fix(cd): use the right variable
1 parent 2420431 commit 83f050b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/boilerplate-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
ref: ${{ github.event.release.target_commitish }}
15-
- uses: actions/setup-node@v4
15+
- uses: actions/setup-node@v3
1616
with:
1717
node-version: '20.x'
1818
registry-url: 'https://registry.npmjs.org'
@@ -29,4 +29,4 @@ jobs:
2929
git commit -am "bump(version): tag boilerplate to version ${{ github.event.release.name }}"
3030
git push
3131
env:
32-
github-token: ${{ secrets.GITHUB }}
32+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)