configure write permission for draft release action (#1582)
This commit is contained in:
3
.github/workflows/draft.yaml
vendored
3
.github/workflows/draft.yaml
vendored
@@ -1,5 +1,8 @@
|
|||||||
name: Draft Release
|
name: Draft Release
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|||||||
Reference in New Issue
Block a user