Skip to content

Commit

Permalink
authorization fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthvikm committed Sep 24, 2024
1 parent cf9e12e commit 9e239fa
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,4 @@ jobs:
# This is the output path where Pandoc will write the compiled
# PDF. Note, this should be the same directory as the input
# paper.md
path: paper.pdf
- name: Commit PDF to repository
uses: EndBug/add-and-commit@v9
with:
author_name: "GitHub Actions"
author_email: "[email protected]"
message: '(auto) Paper PDF Draft'
add: 'joss-paper/paper.pdf'
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
path: joss-paper/paper.pdf

0 comments on commit 9e239fa

Please sign in to comment.