Skip to content

Commit

Permalink
Add workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed Oct 18, 2024
1 parent f2cf747 commit 6c37d80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/regular-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- cron: '0 0 1 1,7 *'
workflow_dispatch: # Manual trigger option

permissions:
contents: write # Needed for creating issues and interacting with repos
issues: write # Needed to create and manage issues

jobs:
create-review-issue:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6c37d80

Please sign in to comment.