We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309eac9 commit 71b8085Copy full SHA for 71b8085
1 file changed
.github/workflows/todo-to-issue.yaml
@@ -13,7 +13,9 @@ on:
13
required: false
14
15
jobs:
16
- call-workflow-passing-data:
+ update-todo:
17
+ permissions:
18
+ issues: write
19
uses: EventAccess/Meta/.github/workflows/todo-to-issue.yaml@dev
20
with:
21
MANUAL_COMMIT_REF: ${{ inputs.MANUAL_COMMIT_REF }}
0 commit comments