Skip to content

Commit 4651edc

Browse files
Update github workflows to avoid issues with GITHUB_TOKEN (#568)
- Added write permissions in gh workflow
1 parent 134d9ec commit 4651edc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/autoAssignABTT.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
assign_one_project:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
issues: write
1113
name: Assign to ABTT Project
1214
steps:
1315
- name: "Add triage and area labels"

0 commit comments

Comments
 (0)