From 77b94baaeca93c5d87dc737dcbb41aeccf140c38 Mon Sep 17 00:00:00 2001 From: Shusui MOYATANI Date: Sat, 4 Mar 2023 13:25:12 +0900 Subject: [PATCH] update --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16ccd66..d283f1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,13 @@ name: CI + on: push: branch: - "*" jobs: ci: + permissions: + contents: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v3