Skip to content

Commit 7bf338a

Browse files
authored
Update .github/workflows/addToProject.yml
1 parent f42d500 commit 7bf338a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/addToProject.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
private_key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}
2121
permissions: >-
2222
{
23-
"repository_projects": "write"
23+
"organization_projects": "write",
24+
"issues": "read"
2425
}
2526
2627
- name: Assign issues with milestones to project

0 commit comments

Comments
 (0)