From 8633146a81448081f147d729478bc1e652232f7f Mon Sep 17 00:00:00 2001 From: Joe bellus <joe@5sigma.io> Date: Mon, 10 Mar 2025 18:55:46 -0400 Subject: [PATCH] Added token secret --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 80cefbd..b5134da 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -27,7 +27,7 @@ jobs: apt -y install curl curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net |sh - uses: actions/cache@v3 - name: Tectonic Cache + name: Tectonic cache with: path: ~/.cache/Tectonic key: ${{ runner.os }}-tectonic-${{ hashFiles('**/*.tex') }} @@ -42,7 +42,7 @@ jobs: env: NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18 with: - token: ${{ github.token }} + token: ${{ token }} files: |- ${{ steps.extract_branch.outputs.branch }}.pdf