Skip to content

Commit 3d89f1a

Browse files
Update github workflows to avoid issues with GITHUB_TOKEN (#580)
- Added write permissions in gh workflow
1 parent 2b9d9a0 commit 3d89f1a

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
@@ -8,7 +8,8 @@ jobs:
88
stale:
99

1010
runs-on: ubuntu-latest
11-
11+
permissions:
12+
issues: write
1213
steps:
1314
- uses: actions/stale@v3
1415
with:

0 commit comments

Comments
 (0)