Skip to content

Commit ca78a83

Browse files
authored
Update release.yml
1 parent 69e90f8 commit ca78a83

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
@@ -7,7 +7,8 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest # You can choose a different runner if needed
10-
permissions: write-all
10+
with:
11+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
1112

1213
steps:
1314
- name: Checkout

0 commit comments

Comments
 (0)