diff --git a/.github/workflows/documentation-link-check.yaml b/.github/workflows/documentation-link-check.yaml index f5f9f9e..54f0551 100644 --- a/.github/workflows/documentation-link-check.yaml +++ b/.github/workflows/documentation-link-check.yaml @@ -116,6 +116,7 @@ jobs: # If ISSUE_NUMBER is None, a new issue will be created. # otherwise a pre-existing issue will be updated. - name: Create issue from errors output + permissions: write-all if: steps.buildDocs.outcome == 'failure' uses: peter-evans/create-issue-from-file@v5 with: