From 4e8bf189fee9fafcaa8123fee85c012c35ddd423 Mon Sep 17 00:00:00 2001 From: Grant Morrison Date: Fri, 5 May 2023 09:05:36 +0100 Subject: [PATCH] fix: optic release action permissions (#533) --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13171763..7262142c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,11 @@ name: release - on: workflow_dispatch: inputs: semver: - description: "The semver to use" + description: The semver to use required: true - default: "patch" + default: patch type: choice options: - patch @@ -19,8 +18,9 @@ jobs: release: runs-on: ubuntu-latest permissions: - pull-requests: write contents: write + issues: write + pull-requests: write steps: - uses: nearform-actions/optic-release-automation-action@v4 with: