Skip to content

Commit f311829

Browse files
Comment out TABNINE_KEY credential writing
Comment out the line that writes TABNINE_KEY to tabnine_creds.json for safety.
1 parent 8caa741 commit f311829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tabnine_cr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
EOF
4747
4848
# Write Credentials using env var (safer)
49-
echo "$TABNINE_KEY" > ~/.tabnine/agent/tabnine_creds.json
49+
# echo "$TABNINE_KEY" > ~/.tabnine/agent/tabnine_creds.json
5050
5151
5252
- name: Authenticate GitHub CLI

0 commit comments

Comments
 (0)