Skip to content

Commit

Permalink
It works on my computer
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Feb 14, 2024
1 parent 005c2ec commit a435266
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/DocTagChecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
permissions:
# needed to grant workflows opened by dependabot rights to create comments.
read-all
issues: write
# pull-requests: read
issues: read|write
pull-requests: read
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a435266

Please sign in to comment.