Skip to content

Commit

Permalink
actiosn: write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiglierhammer committed Nov 27, 2024
1 parent a25aac2 commit 610dea9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ permissions:
jobs:
build_latex:
runs-on: ubuntu-latest
if: |
(github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name)
permissions:
contents: read
pull-requests: write
actions: write
steps:
- name: Set up Git repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 610dea9

Please sign in to comment.