Skip to content

Commit 4ff4e89

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .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 # connect-todos-to-issues.sh uses "gh issue create"
1920

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

0 commit comments

Comments
 (0)