Skip to content

Commit adfb6ef

Browse files
committed
chore: fix "GraphQL: Resource not accessible by integration (createIssue)" error
Part of #1610
1 parent 4456ef2 commit adfb6ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/todos-extract-from-code.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
1717
permissions:
1818
contents: write # for "git push"
19+
issues: write # for "gh create issue"
1920

2021
defaults:
2122
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun

0 commit comments

Comments
 (0)