We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7734752 commit df9880cCopy full SHA for df9880c
.github/workflows/kernel-build-and-test-x86_64.yml
@@ -484,7 +484,7 @@ jobs:
484
485
- name: Create Pull Request
486
env:
487
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.PRIVATE_REPO_ACCESS_TOKEN }}
488
run: |
489
# Reuse base branch from compare-results stage (already computed)
490
BASE_BRANCH="${{ needs.compare-results.outputs.base_branch }}"
0 commit comments