Skip to content

Commit 41f4f46

Browse files
committed
fix(ci): add permissions for GitHub Actions workflow
Add write permissions for issues and pull-requests to fix 'Resource not accessible by integration' error when posting comments from GitHub Actions. Constitutional: Article VIII (Automation)
1 parent ce3ab41 commit 41f4f46

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/constitutional-check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
push:
1414
branches: [main, develop]
1515

16+
permissions:
17+
contents: read
18+
issues: write
19+
pull-requests: write
20+
1621
jobs:
1722
constitutional-check:
1823
name: Constitutional Check

0 commit comments

Comments
 (0)