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 2420431 commit 83f050bCopy full SHA for 83f050b
.github/workflows/boilerplate-release.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
with:
14
ref: ${{ github.event.release.target_commitish }}
15
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v3
16
17
node-version: '20.x'
18
registry-url: 'https://registry.npmjs.org'
@@ -29,4 +29,4 @@ jobs:
29
git commit -am "bump(version): tag boilerplate to version ${{ github.event.release.name }}"
30
git push
31
env:
32
- github-token: ${{ secrets.GITHUB }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments