Skip to content

Commit 01ba9cb

Browse files
committed
Add write permission to create release
1 parent f47d304 commit 01ba9cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
101101
name: Create Release
102102
runs-on: ubuntu-latest
103+
permissions:
104+
contents: write
103105
steps:
104106
- name: Create release file
105107
run: |

0 commit comments

Comments
 (0)