Skip to content

Commit eef1674

Browse files
committed
fix token
Signed-off-by: Anas Nashif <[email protected]>
1 parent 06c27c1 commit eef1674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Run assignment script
5555
env:
56-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56+
GITHUB_TOKEN: ${{ secrets.ZB_PR_ASSIGNER_GITHUB_TOKEN }}
5757
run: |
5858
FLAGS="-v"
5959
FLAGS+=" -o ${{ github.event.repository.owner.login }}"

0 commit comments

Comments
 (0)