Skip to content

Commit b35c891

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 be7aa3a commit b35c891

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
@@ -483,7 +483,7 @@ jobs:
483483
484484
- name: Create Pull Request
485485
env:
486-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
486+
GH_TOKEN: ${{ secrets.PRIVATE_REPO_ACCESS_TOKEN }}
487487
run: |
488488
# Reuse base branch from compare-results stage (already computed)
489489
BASE_BRANCH="${{ needs.compare-results.outputs.base_branch }}"

0 commit comments

Comments
 (0)