Skip to content

Commit 8caa741

Browse files
Update tabnine_cr.yml
1 parent 80e8121 commit 8caa741

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/tabnine_cr.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,12 @@ jobs:
5050
5151
5252
- name: Authenticate GitHub CLI
53-
env:
54-
GH_TOKEN: ${{ github.token }}
5553
run: |
5654
# Explicitly login to generate ~/.config/gh/hosts.yml
5755
# This ensures the agent finds the auth config even if it clears env vars
58-
echo "$GH_TOKEN" | gh auth login --with-token
59-
56+
echo "${{ github.token }}" | gh auth login --with-token
57+
6058
- name: Code Review
61-
env:
62-
GH_TOKEN: ${{ github.token }}
6359
run: |
6460
~/.local/bin/tabnine -y -p "You are operating in a GitHub Actions runner performing automated code review. The gh CLI is available and authenticated.
6561
Context:

0 commit comments

Comments
 (0)