Add contents write permission
This commit is contained in:
parent
f75277dba8
commit
7650e2556d
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -8,6 +8,8 @@ jobs:
|
||||
create-github-release:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.repository.fork == false
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Create GitHub release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user