We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7d803 commit 9e70ba1Copy full SHA for 9e70ba1
.github/workflows/clk-rebase.yml
@@ -30,6 +30,13 @@ jobs:
30
app-id: ${{ secrets.APP_ID }}
31
private-key: ${{ secrets.APP_PRIVATE_KEY }}
32
33
+ - name: Verify token permissions
34
+ env:
35
+ GH_TOKEN: ${{ steps.generate-token.outputs.token }}
36
+ run: |
37
+ echo "Verifying token permissions..."
38
+ gh auth status --show-token
39
+
40
- name: Set version variables
41
run: |
42
# Extract version from STABLE_TRACKING_BRANCH (e.g., stable_6.12.y -> 6.12.y)
0 commit comments