mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
add issues: write
nvalid workflow file: .github/workflows/cd.yml#L32 The workflow is not valid. .github/workflows/cd.yml (Line: 32, Col: 3): Error calling workflow 'pkgxdev/pantry/.github/workflows/new-version.yml@1eeb96302da6f8a7f0f524473a90dc3006b6a38e'. The nested job 'complain' is requesting 'issues: write', but is only allowed 'issues: none'.
This commit is contained in:
parent
1eeb96302d
commit
44b1c0cfa9
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: cd
|
||||
run-name: 'cd: ${{ github.event.head_commit.message }}'
|
||||
run-name: "cd: ${{ github.event.head_commit.message }}"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -33,6 +33,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
needs: get-projects
|
||||
permissions:
|
||||
issues: write
|
||||
uses: ./.github/workflows/new-version.yml
|
||||
with:
|
||||
projects: ${{ needs.get-projects.outputs.diff }}
|
||||
|
|
Loading…
Reference in a new issue