Skip to content

Commit 5426c25

Browse files
authored
Update manualrelease.yml
1 parent 3290f7a commit 5426c25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/manualrelease.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ on:
77
- prereleased
88

99
permissions:
10-
contents: write
10+
actions: write
1111

1212
jobs:
1313
build:
1414
name: Build and upload module
1515
runs-on: ubuntu-latest
16-
1716
env:
18-
GH_TOKEN: ${{ github.token }}
17+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1918
upload_url: ${{ github.event.release.upload_url }}
2019
versiontag: ${{ github.event.release.tag_name }}
2120

0 commit comments

Comments
 (0)