Skip to content

Commit

Permalink
Update github workflows to avoid issues with GITHUB_TOKEN (#4610)
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 2e829bc commit e63d191
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-ecosystem/action-add-labels@v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
stale:

runs-on: ubuntu-latest

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

0 comments on commit e63d191

Please sign in to comment.