Skip to content

Commit

Permalink
add permissions to create pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatt committed Apr 1, 2024
1 parent 49152d3 commit b89e9c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
schedule:
- cron: "0 0 1 * *"

permissions:
contents: write
pull-requests: write

jobs:
generate:
name: Generate the confusables
Expand Down

0 comments on commit b89e9c8

Please sign in to comment.