Skip to content

Commit

Permalink
Update github workflows to avoid issues with GITHUB_TOKEN (#366)
Browse files Browse the repository at this point in the history
- Added write permissions in gh workflow
  • Loading branch information
DmitriiBobreshev authored Jan 26, 2024
1 parent ddca2d9 commit 7375ce1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/autoAssignABTT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
assign_one_project:
runs-on: ubuntu-latest
permissions:
issues: write
name: Assign to ABTT Project
steps:
- name: "Add triage and area labels"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
stale:

runs-on: ubuntu-latest

permissions:
issues: write
steps:
- uses: actions/stale@v1
with:
Expand Down

0 comments on commit 7375ce1

Please sign in to comment.