mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2026-02-05 05:16:31 -05:00
chore: Explicitly pass GITHUB_TOKEN to release actions.
This commit is contained in:
4
.github/workflows/compile-latex.yml
vendored
4
.github/workflows/compile-latex.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user