Skip to content

Commit 7375ce1

Browse files
Update github workflows to avoid issues with GITHUB_TOKEN (#366)
- Added write permissions in gh workflow
1 parent ddca2d9 commit 7375ce1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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"

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
stale:
1010

1111
runs-on: ubuntu-latest
12-
12+
permissions:
13+
issues: write
1314
steps:
1415
- uses: actions/stale@v1
1516
with:

0 commit comments

Comments
 (0)