mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Fix Build workflow permissions (#10964)
* Adjust workflow permissions Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Remove extra permissions block from build workflow. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * add changes again. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6145b3b147
commit
7948fdd0c8
6
.github/workflows/Build.yml
vendored
6
.github/workflows/Build.yml
vendored
@@ -305,11 +305,5 @@ jobs:
|
||||
- name: Add Reviewers
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.CREW_PR_TOKEN }}
|
||||
permissions:
|
||||
actions: write
|
||||
contents: write
|
||||
packages: write
|
||||
pull-requests: write
|
||||
repository-projects: read
|
||||
run: |
|
||||
gh pr edit ${PR_NUMBER} --add-reviewer chromebrew/active
|
||||
|
||||
Reference in New Issue
Block a user