Skip to content

Commit fa6f6ea

Browse files
committed
update workflow
1 parent 12554c8 commit fa6f6ea

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
@@ -11,7 +11,7 @@ on:
1111
- 'v*'
1212

1313
permissions:
14-
contents: read
14+
contents: write
1515

1616
jobs:
1717
build-gui:
@@ -35,6 +35,8 @@ jobs:
3535
with:
3636
files: bin/*/xmodits-*
3737
prerelease: true
38+
env:
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3840
# upload-compiled-binary:
3941
# # The type of runner that the job will run on
4042
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)