Skip to content

Commit

Permalink
Update github workflows to avoid issues with GITHUB_TOKEN (#568)
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 134d9ec commit 4651edc
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 4651edc

Please sign in to comment.