Skip to content

Commit

Permalink
without explicit token?
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 17, 2025
1 parent 616c7c4 commit 110ce7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/latex/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description: "Advanced LaTeX document compilation with error handling and artifa
permissions:
contents: write
pages: write
id-token: write
#id-token: read


inputs:
Expand Down Expand Up @@ -159,7 +159,7 @@ runs:
name: LaTeX Build ${{ env.TIMESTAMP }}
body_path: publish${{ inputs.output-folder }}/compilation_report.md
draft: true
token: ${{ secrets.GITHUB_TOKEN }}
#token: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 110ce7e

Please sign in to comment.