Skip to content

Commit

Permalink
different permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Nov 4, 2024
1 parent 9f553f0 commit 8e65a37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/manual_label_population_to_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
sync_labels:
name: Process all the labels
runs-on: ubuntu-latest
permissions: write-all
permissions:
contents: write
issues: write

needs: get_labels
strategy:
# Note: we cannot make a matrix for the label AND repo at once,
Expand Down

0 comments on commit 8e65a37

Please sign in to comment.