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: |