From 9559552f3163fa3c781a125e4c2d93d25f4c7025 Mon Sep 17 00:00:00 2001 From: Warren Jones Date: Wed, 19 Nov 2025 16:53:14 +0000 Subject: [PATCH] chore: update deploy action permissions --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0a6630e..b935a3a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -5,7 +5,7 @@ on: permissions: id-token: write # Required for OIDC - contents: read + contents: write jobs: deploy: @@ -25,7 +25,7 @@ jobs: branch: main - name: Create Release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.20.0 if: steps.semver.outputs.current != steps.semver.outputs.next with: allowUpdates: true