Skip to content

Commit e359787

Browse files
committed
Fix release workflow
1 parent f931fb8 commit e359787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
permissions:
12+
contents: write
1213
id-token: write
1314
steps:
1415
- uses: actions/checkout@v6
@@ -56,4 +57,4 @@ jobs:
5657
body_path: body.md
5758
draft: false
5859
prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }}
59-
token: ${{ secrets.REPO_TOKEN }}
60+
token: ${{ github.token }}

0 commit comments

Comments
 (0)