From cb3cb21f12ccd7c2bd9eb86bed65cd8096dc18e2 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Fri, 13 Dec 2024 14:47:51 +0100 Subject: Fix release workflow permissions (#2665) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdca8a2b..eb4a7cce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.repository_owner == 'withastro' }} runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write steps: - name: Checkout Repo -- cgit