Skip to content

Commit da1eebf

Browse files
authored
fix permissions
1 parent a8442b7 commit da1eebf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: Get project data

.github/workflows/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
permissions: >-
3535
{
3636
"members": "read",
37-
"repository_projects": "write"
37+
"organization_projects": "write",
38+
"issues": "read"
3839
}
3940
4041
- id: is_elastic_member

0 commit comments

Comments
 (0)