From 9db70a6729877a1a7a7b80715c844e9cac166f17 Mon Sep 17 00:00:00 2001 From: FG-TUM Date: Wed, 14 Feb 2024 15:17:25 +0100 Subject: [PATCH] Updated build targets. --- .github/workflows/DocTagChecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/DocTagChecker.yml b/.github/workflows/DocTagChecker.yml index 714213d..bc9e153 100644 --- a/.github/workflows/DocTagChecker.yml +++ b/.github/workflows/DocTagChecker.yml @@ -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