Skip to content

Commit

Permalink
Merge pull request #67 from Hiroya-W/fix-gh-workflow-permission
Browse files Browse the repository at this point in the history
GitHub Actions: Reviewdogのworkflow実行に必要なpermissionを追加
  • Loading branch information
pddg authored Jan 24, 2023
2 parents 033d755 + ebee678 commit 57cff62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:

jobs:
lint:
permissions:
checks: write
contents: read
pull-requests: write
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
Expand Down

0 comments on commit 57cff62

Please sign in to comment.