From a64eaa8c1522a62b40e35fbccab91397f4e70ba1 Mon Sep 17 00:00:00 2001 From: AJ Granowski Date: Sat, 28 Sep 2024 22:41:37 -0700 Subject: [PATCH] Add write permissions to cd --- .github/workflows/cicd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index dbd3e58..ba61360 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -184,6 +184,9 @@ jobs: runs-on: ubuntu-latest needs: ci environment: production + permissions: + contents: write + if: ${{ startsWith(github.ref, 'refs/tags/release-') }} steps: - name: Harden Runner