Skip to content

Commit

Permalink
Add permission to write to issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jnywong authored Sep 2, 2024
1 parent 0492e1f commit 0c4ff71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ env:

jobs:
check-links:
permissions: write
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0c4ff71

Please sign in to comment.