mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 12:38:43 +00:00
Fix permission of release-pr.yml (#1988)
It needs permission pull-request to create PR Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
f95b696a7a
commit
d22433799a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release-pr.yml
vendored
3
.github/workflows/release-pr.yml
vendored
|
@ -33,6 +33,9 @@ on:
|
||||||
type: string
|
type: string
|
||||||
default: "false"
|
default: "false"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
make-release-pr:
|
make-release-pr:
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Add table
Reference in a new issue