From 7a1ac6ccb4b520160950fed46812afaef5677354 Mon Sep 17 00:00:00 2001 From: enpitsulin Date: Mon, 27 Mar 2023 17:14:56 +0800 Subject: [PATCH] ci: need permission to deploy --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83e61e2..b8e47ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,9 @@ on: branches: [master] tags: - 'v*.*.*' + +permissions: + contents: write jobs: build: