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 0395563 commit 6bce243Copy full SHA for 6bce243
.github/workflows/clk-rebase.yml
@@ -64,8 +64,8 @@ jobs:
64
env:
65
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
66
run: |
67
- echo "Verifying token permissions..."
68
- gh auth status --show-token
+ echo "Verifying token permissions by inspecting API response headers..."
+ gh api -i /
69
70
- name: Checkout kernel-src-tree
71
uses: actions/checkout@v4
0 commit comments