Skip to content

Commit

Permalink
set GITHUB_TOKEN for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Nov 12, 2023
1 parent bc27e96 commit 507a9c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
tag_prefix: v
release_body: ""
use_github_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload PDF to release
if: github.event_name == 'push'
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 507a9c5

Please sign in to comment.