Skip to content

Commit 1105fbd

Browse files
authored
Update release.yml
1 parent ca78a83 commit 1105fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest # You can choose a different runner if needed
10-
with:
11-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
10+
permissions:
11+
contents: write
1212

1313
steps:
1414
- name: Checkout

0 commit comments

Comments
 (0)