Skip to content

Commit d31ca32

Browse files
restfulheadPatrick Ruhkopf
authored andcommitted
fix: release workflow
1 parent 60d07d9 commit d31ca32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 0
23-
token: ${{ secrets.GITHUB_TOKEN_PARAM }}
23+
token: ${{ secrets.GH_TOKEN }}
2424

2525
- name: Setting up ${{ matrix.node-version }}
2626
uses: actions/setup-node@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
16-
token: ${{ secrets.GITHUB_TOKEN_PARAM }}
16+
token: ${{ secrets.GH_TOKEN }}
1717

1818
- name: Setting up Node.js
1919
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)