Skip to content

Commit

Permalink
Add issues:write permission to broken links GHA
Browse files Browse the repository at this point in the history
The issue reporting step of the Markdown broken link check GitHub Action
is failing due to missing permissions.

> Error: Resource not accessible by integration

Relates-to: submariner-io/submariner#1740
Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 committed Oct 19, 2022
1 parent ee3c474 commit 56421a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
name: Markdown Links (all files)
if: github.repository_owner == 'submariner-io'
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Check out the repository
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
Expand Down

0 comments on commit 56421a0

Please sign in to comment.