Skip to content

Commit

Permalink
Merge pull request #55 from yumemi-inc/ci/checks-write
Browse files Browse the repository at this point in the history
ci: Add write permission for checks
  • Loading branch information
mitsuharu authored Nov 22, 2023
2 parents df2d726 + 88dc726 commit 63870a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:
jobs:
build:
runs-on: macos-latest

permissions:
contents: read
checks: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 63870a7

Please sign in to comment.