Skip to content

Commit dcfe626

Browse files
committed
token
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 3353e53 commit dcfe626

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maintainer_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ jobs:
3636
git show origin/main:MAINTAINERS.yml > mainline_MAINTAINERS.yml
3737
3838
- name: Check maintainer file changes
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3941
run: |
4042
python ./scripts/check_maintainer_changes.py --repo zephyrproject-rtos/zephyr-testing mainline_MAINTAINERS.yml MAINTAINERS.yml

0 commit comments

Comments
 (0)