diff --git a/.github/workflows/DocTagChecker.yml b/.github/workflows/DocTagChecker.yml index b0e2a07..b6925db 100644 --- a/.github/workflows/DocTagChecker.yml +++ b/.github/workflows/DocTagChecker.yml @@ -8,6 +8,9 @@ jobs: runs-on: ubuntu-latest env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} + permissions: + # needed to grant workflows opened by dependabot rights to create comments. + pull-requests: write steps: - name: Checkout uses: actions/checkout@v4