1 Commits

Author SHA1 Message Date
Sean O'Connor
eeba5c7aea fix: Update Gitea release action token to GITHUB_TOKEN and downgrade upload-artifact action to v3.
All checks were successful
Compile LaTeX Documents / build-public (push) Successful in 49s
Compile LaTeX Documents / build-private (push) Successful in 56s
2026-02-04 12:47:01 -05:00

View File

@@ -101,7 +101,7 @@ jobs:
if: github.server_url != 'https://github.com' if: github.server_url != 'https://github.com'
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
files: | files: |
resume.pdf resume.pdf
cv.pdf cv.pdf
@@ -114,7 +114,7 @@ jobs:
if: github.server_url != 'https://github.com' if: github.server_url != 'https://github.com'
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
files: | files: |
resume.pdf resume.pdf
cv.pdf cv.pdf
@@ -184,7 +184,7 @@ jobs:
run: ls -la *.pdf run: ls -la *.pdf
- name: Upload Private PDFs - name: Upload Private PDFs
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: private-documents name: private-documents
path: | path: |