Skip to content

Commit cddb0db

Browse files
committed
.github/workflow/kernel-build-and-test-x86_64.yml: Use PRIVATE REPO ACCESS TOKEN to create a pull request
Otherwise the workflow when a pull request is created won't be triggered. Signed-off-by: Roxana Nicolescu <rnicolescu@ciq.com>
1 parent e00464d commit cddb0db

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)