From d497ac41415ee6f3f4dae787bc723f58ef817716 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:38:49 +1200 Subject: [PATCH] FIX Give necessary permissions to dispatch patch release (#14) --- .github/workflows/action-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/action-ci.yml b/.github/workflows/action-ci.yml index eb73760..a620ae4 100644 --- a/.github/workflows/action-ci.yml +++ b/.github/workflows/action-ci.yml @@ -71,6 +71,8 @@ jobs: runs-on: ubuntu-latest needs: ci if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} + permissions: + actions: write env: GITHUB_REPOSITORY: ${{ github.repository }} BRANCH: ${{ needs.ci.outputs.branch }}