Skip to content

Commit

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

0 comments on commit 573b4cc

Please sign in to comment.