Skip to content

Commit 23bb687

Browse files
committed
quarto list tool requires GH TOKEN for tinytex
1 parent 4a526eb commit 23bb687

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jobs:
122122
123123
- name: Verify quarto list tools does not show chromium
124124
shell: bash
125+
env:
126+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125127
run: |
126128
set +e
127129
output=$(quarto list tools 2>&1)

0 commit comments

Comments
 (0)