Skip to content

Commit 71b8085

Browse files
committed
Add permissions for TODO workflow
1 parent 309eac9 commit 71b8085

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/todo-to-issue.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ on:
1313
required: false
1414

1515
jobs:
16-
call-workflow-passing-data:
16+
update-todo:
17+
permissions:
18+
issues: write
1719
uses: EventAccess/Meta/.github/workflows/todo-to-issue.yaml@dev
1820
with:
1921
MANUAL_COMMIT_REF: ${{ inputs.MANUAL_COMMIT_REF }}

0 commit comments

Comments
 (0)