Give snapshot releases the issues: write permission
This commit is contained in:
parent
f9131003d7
commit
2262814a92
1 changed files with 1 additions and 0 deletions
1
.github/workflows/snapshot-release.yml
vendored
1
.github/workflows/snapshot-release.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
issues: write
|
||||
steps:
|
||||
- name: "Check if user has admin access (only admins can publish snapshot releases)."
|
||||
uses: "lannonbr/repo-permission-check-action@2.0.0"
|
||||
|
|
Loading…
Reference in a new issue