Skip to content

Commit 32e79d7

Browse files
author
buehlere
committed
Update assign_codeowners.yml
1 parent 49b50fc commit 32e79d7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/assign_codeowners.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Assign and Update Code Owners
22

3+
permissions:
4+
contents: write
5+
pull-requests: write
36
on:
47
push:
58
branches: [test-codeowners] # Change to 'develop' after testing
@@ -11,6 +14,8 @@ jobs:
1114

1215
- name: Checkout code
1316
uses: actions/checkout@v4
17+
with:
18+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1419

1520
- name: Install yq and fd-find
1621
run: |

0 commit comments

Comments
 (0)