From 1fab2621eb23beaaeae3b3c25c7d4ce0c10a8bb6 Mon Sep 17 00:00:00 2001 From: Ben Reedy Date: Sat, 23 Jul 2022 18:44:06 +1000 Subject: [PATCH] Add content write permissions to GITHUB_TOKEN Write permissions are required to upload release artifacts. Signed-off-by: Ben Reedy --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab92f3de..d61f97b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: - edited permissions: - contents: read + contents: write packages: write env: