mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 11:30:15 +00:00
Fix release validation workflow permissions
This commit is contained in:
parent
d5b4850715
commit
3a36ed06b8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/create-release.yml
vendored
3
.github/workflows/create-release.yml
vendored
|
|
@ -517,6 +517,9 @@ jobs:
|
|||
needs:
|
||||
- prepare
|
||||
- create_release
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
uses: ./.github/workflows/validate-release-assets.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue