Skip to content

Commit

Permalink
Updated build targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Feb 14, 2024
1 parent cea3182 commit 9db70a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/DocTagChecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ 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:
# needed to grant workflows opened by dependabot rights to create comments.
issues: write
discussions: write
contents: write
pull-requests: read
steps:
- name: Checkout
Expand Down

0 comments on commit 9db70a6

Please sign in to comment.