From c82fea70fb0d1411c39438898e9f8da08a387d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Thu, 19 Sep 2024 19:24:38 +0800 Subject: [PATCH] docs(README): Fix missing GitHub Action workflow read/write permission configuration instruction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #33. Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 081fd55..5ca8334 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ A common project template to start of, batteries included. 1. Click the ["Use this template" green button](https://github.com/the-common/project-template/generate) on [the mirrored GitHub project page](https://github.com/the-common/project-template) 1. Follow the instructions on the webpage to create a new project +1. In the Settings > Actions > Workflow permissions panel, ensure that "Read and write permissions" option is selected to allow [the "Release product and their build aritfacts" GitHub Actions workflow] to be able to write built artifacts to the releases page. 1. Continue the operation in [Common instructions](#common-instructions) ### Common instructions