From 414fd0a7816db76b654661bd89478c4c14946c97 Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 17 Sep 2024 14:15:11 -0400 Subject: [PATCH] Update CI workflow for main branch and release events --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d196211..a0f591b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,7 @@ jobs: release: needs: build + permissions: write-all runs-on: ubuntu-latest container: image: php:8.3