Skip to content

Commit 2fdf2db

Browse files
committed
feat: add GITHUB_TOKEN environment variable for Spice installation in WSL on Windows
1 parent ceb97d6 commit 2fdf2db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ jobs:
107107
- name: install Spice in WSL (Windows)
108108
if: matrix.os == 'windows-latest'
109109
shell: wsl-bash {0}
110+
env:
111+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110112
run: |
111113
curl https://install.spiceai.org | /bin/bash
112114
$HOME/.spice/bin/spice install

0 commit comments

Comments
 (0)