Skip to content

Commit

Permalink
chore: Give link checker write permissions (deephaven#6500)
Browse files Browse the repository at this point in the history
The nightly link checker hasn't been able to write issues because I
missed this in my original YAML file.
  • Loading branch information
jjbrosnan authored Dec 18, 2024
1 parent 13ad4e6 commit 9b260b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
linkChecker:
runs-on: ubuntu-latest
permissions:
issues: write
if: ${{ github.repository_owner == 'deephaven' }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9b260b3

Please sign in to comment.