From fa5d42251de97b7e9e8d089924341b1d69f25ab4 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Wed, 4 Feb 2026 10:04:27 -0500 Subject: [PATCH] chore: Explicitly pass GITHUB_TOKEN to release actions. --- .github/workflows/compile-latex.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/compile-latex.yml b/.github/workflows/compile-latex.yml index 26edf7c..c2798e4 100644 --- a/.github/workflows/compile-latex.yml +++ b/.github/workflows/compile-latex.yml @@ -67,6 +67,8 @@ jobs: # Create/update latest release - name: Upload Public PDFs as Release uses: softprops/action-gh-release@v2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: files: | resume.pdf @@ -83,6 +85,8 @@ jobs: # Create a numbered release for version history - name: Create Numbered Release uses: softprops/action-gh-release@v2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: files: | resume.pdf