Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Feb 14, 2024
1 parent c6617e5 commit 6e53f2f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/DocTagChecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,8 @@ jobs:
runs-on: ubuntu-latest
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
# needed to grant workflows opened by dependabot rights to create comments.
permissions:
# issues: write
# actions: write
# checks: write
# contents: write
# deployments: write
# id-token: write
# discussions: write
# packages: write
# pages: write
# repository-projects: write
# security-events: write
# statuses: write
# needed to grant workflows opened by dependabot rights to create comments.
pull-requests: write
steps:
- name: Checkout
Expand Down

0 comments on commit 6e53f2f

Please sign in to comment.