Skip to content

Commit 663bc26

Browse files
committed
Revert "ci: fix pushing to using custom gh token"
This reverts commit 76bf8cf.
1 parent 76bf8cf commit 663bc26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
build:
1111
name: Build
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1315

1416
steps:
1517
- name: Checkout
@@ -32,5 +34,5 @@ jobs:
3234
- name: Release
3335
uses: cycjimmy/semantic-release-action@v4
3436
env:
35-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3638
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)