From 3fd75c4683af305dc70339d6630db7b2ac9f4dde Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 23 Aug 2024 14:01:01 +0930 Subject: [PATCH] ci(bump): add permissions for release ref: #20 #21 --- .github/workflows/bump.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml index 266fa04..2c64540 100644 --- a/.github/workflows/bump.yaml +++ b/.github/workflows/bump.yaml @@ -23,6 +23,13 @@ jobs: bump: name: 'Bump' + permissions: + issues: write + contents: write + actions: read + statuses: read + checks: write + packages: write uses: nofusscomputing/action_bump/.github/workflows/bump.yaml@development with: CZ_PRE_RELEASE: ${{ inputs.CZ_PRE_RELEASE }}