From eeba5c7aea7497a3e7434c2b9492b3567ca02af3 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Wed, 4 Feb 2026 12:47:01 -0500 Subject: [PATCH] fix: Update Gitea release action token to GITHUB_TOKEN and downgrade upload-artifact action to v3. --- .github/workflows/compile-latex.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile-latex.yml b/.github/workflows/compile-latex.yml index 124b6d8..90d955a 100644 --- a/.github/workflows/compile-latex.yml +++ b/.github/workflows/compile-latex.yml @@ -101,7 +101,7 @@ jobs: if: github.server_url != 'https://github.com' uses: akkuman/gitea-release-action@v1 with: - token: ${{ secrets.GITEA_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} files: | resume.pdf cv.pdf @@ -114,7 +114,7 @@ jobs: if: github.server_url != 'https://github.com' uses: akkuman/gitea-release-action@v1 with: - token: ${{ secrets.GITEA_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} files: | resume.pdf cv.pdf @@ -184,7 +184,7 @@ jobs: run: ls -la *.pdf - name: Upload Private PDFs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: private-documents path: |