Skip to content

Commit

Permalink
Update github workflows to avoid issues with GITHUB_TOKEN (#1014)
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 5b41878 commit f7e477b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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
3 changes: 2 additions & 1 deletion .github/workflows/localization-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
jobs:
worker:
runs-on: ubuntu-latest

permissions:
issues: write
if: github.actor == 'csigs'
steps:
- uses: actions/github-script@v3
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@v3
with:
Expand Down

0 comments on commit f7e477b

Please sign in to comment.