From f20385042484726f2156f99f88ccb4249d7a057d Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Wed, 4 May 2022 21:03:18 +0900 Subject: [PATCH] ci: define permission explicitly --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9812fed..586d03b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,6 +6,8 @@ on: tags: [v*] pull_request: branches: [main] +permissions: + contents: write jobs: build: runs-on: ubuntu-latest