Skip to content

Commit df9880c

Browse files
Fix from Roxana
Signed-off-by: Shreeya Patel <[email protected]>
1 parent 7734752 commit df9880c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernel-build-and-test-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ jobs:
484484
485485
- name: Create Pull Request
486486
env:
487-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
487+
GH_TOKEN: ${{ secrets.PRIVATE_REPO_ACCESS_TOKEN }}
488488
run: |
489489
# Reuse base branch from compare-results stage (already computed)
490490
BASE_BRANCH="${{ needs.compare-results.outputs.base_branch }}"

0 commit comments

Comments
 (0)