Fix access token
Some checks failed
Render LaTeX and Publish Release / build (push) Failing after 10s
Some checks failed
Render LaTeX and Publish Release / build (push) Failing after 10s
This commit is contained in:
parent
9ba05fade1
commit
9c845035cd
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -24,8 +24,9 @@ jobs:
|
|||||||
${{ runner.os }}-tectonic-
|
${{ runner.os }}-tectonic-
|
||||||
|
|
||||||
- uses: joshuacoles/setup-tectonic@main
|
- uses: joshuacoles/setup-tectonic@main
|
||||||
|
name: Setup Tectonic
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.COM_DOT_GITHUB_TOKEN }}
|
||||||
- name: Run Tectonic
|
- name: Run Tectonic
|
||||||
run: tectonic cv.tex
|
run: tectonic cv.tex
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user