From 259a9085a810b1c6e085c58e3692c44bbb7bd3c8 Mon Sep 17 00:00:00 2001 From: Thomas Dickson Date: Tue, 19 Nov 2024 11:04:04 +1300 Subject: [PATCH] fix: give write access to release action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 280c6e7..17d7896 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,8 @@ on: push: branches: [main] +permissions: write-all + jobs: release: runs-on: ubuntu-latest