Skip to content

Commit 642a886

Browse files
committed
Need to use a Github token for API to avoid 403 error when checking TinyTeX
1 parent 485f99c commit 642a886

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-smokes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
popd
9696
9797
- name: Smoke Test Head
98+
env:
99+
# Useful as TinyTeX latest release is checked in run-test.sh
100+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98101
if: github.event.before == ''
99102
run: |
100103
pushd tests

0 commit comments

Comments
 (0)