Added token secret
Some checks failed
Publish PDF / publish (push) Failing after 26s

This commit is contained in:
Joe Bellus 2025-03-10 18:55:46 -04:00
parent 84a78a22d3
commit 8633146a81

View File

@ -27,7 +27,7 @@ jobs:
apt -y install curl apt -y install curl
curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net |sh curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net |sh
- uses: actions/cache@v3 - uses: actions/cache@v3
name: Tectonic Cache name: Tectonic cache
with: with:
path: ~/.cache/Tectonic path: ~/.cache/Tectonic
key: ${{ runner.os }}-tectonic-${{ hashFiles('**/*.tex') }} key: ${{ runner.os }}-tectonic-${{ hashFiles('**/*.tex') }}
@ -42,7 +42,7 @@ jobs:
env: env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18 NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with: with:
token: ${{ github.token }} token: ${{ token }}
files: |- files: |-
${{ steps.extract_branch.outputs.branch }}.pdf ${{ steps.extract_branch.outputs.branch }}.pdf