We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e8121 commit 8caa741Copy full SHA for 8caa741
1 file changed
.github/workflows/tabnine_cr.yml
@@ -50,16 +50,12 @@ jobs:
50
51
52
- name: Authenticate GitHub CLI
53
- env:
54
- GH_TOKEN: ${{ github.token }}
55
run: |
56
# Explicitly login to generate ~/.config/gh/hosts.yml
57
# This ensures the agent finds the auth config even if it clears env vars
58
- echo "$GH_TOKEN" | gh auth login --with-token
59
-
+ echo "${{ github.token }}" | gh auth login --with-token
+
60
- name: Code Review
61
62
63
64
~/.local/bin/tabnine -y -p "You are operating in a GitHub Actions runner performing automated code review. The gh CLI is available and authenticated.
65
Context:
0 commit comments