Skip to content

Commit 080fe3f

Browse files
committed
chore: fix build issues
1 parent 608e02d commit 080fe3f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
78
jobs:
89
publish-release:
910
name: Sync GitHub Release with npm
1011
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1114
steps:
1215
- name: Checkout
1316
uses: actions/checkout@v4
@@ -27,4 +30,4 @@ jobs:
2730
name: "Release ${{ steps.pkg.outputs.version }}"
2831
generate_release_notes: true
2932
env:
30-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Use the built-in one now

0 commit comments

Comments
 (0)