From 854a0e49fb35ab3b93897f9e42236a98667e4803 Mon Sep 17 00:00:00 2001 From: Rickard Natt och Dag Date: Mon, 3 May 2021 07:53:29 +0200 Subject: [PATCH] chore(ci): add write-all permissions to token --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68c44c1..336e460 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,8 +5,7 @@ on: branches: - main -permissions: - actions: write +permissions: write-all jobs: build: