Skip to content

Commit 7788304

Browse files
Update tabnine_cr.yml
1 parent 317e89c commit 7788304

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tabnine_cr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
- name: Configure tabnine auth
2929
run: |
3030
mkdir -p ~/.tabnine/agent
31-
echo ${{ secrets.TABNINE_KEY }} > ~/.tabnine/agent/tabnine_creds.json
31+
cat << 'EOF' > ~/.tabnine/agent/tabnine_creds.json
32+
${{ secrets.TABNINE_KEY }}
33+
EOF
3234
3335
- name: Code Review
3436
env:

0 commit comments

Comments
 (0)