Skip to content

Commit

Permalink
checksへの書込みを許可するよう設定する (#328)
Browse files Browse the repository at this point in the history
* checksへの書込みを許可するよう設定

* checkoutのタスクをv4に更新

* contentsの読取権限を追加
  • Loading branch information
tsuna-can-se authored Oct 18, 2023
1 parent 695784b commit f075c11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/back-sample-pull-request-ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ on: # yamllint disable-line rule:truthy
jobs:
build:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read

steps:
- name: ブランチのチェックアウト
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit f075c11

Please sign in to comment.