Skip to content

Commit 03736ac

Browse files
committed
fix: update permissions and correct GITHUB_TOKEN reference in CI workflow
1 parent 83f7584 commit 03736ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on: push
44

55
permissions:
66
contents: write
7+
issues: write
8+
pull-requests: write
79

810
jobs:
911
build:
@@ -69,7 +71,7 @@ jobs:
6971
node-version: 22
7072
- name: Release
7173
env:
72-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
74+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7375
run: npx semantic-release
7476
- name: Run GoReleaser
7577
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)