From cf6cd3a8bda98276ab0acc4f763ad756c5d69291 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 16 Mar 2024 13:49:33 -0700 Subject: [PATCH] ci: add contents permission --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d322c7fb..9bf8cd485 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: if: github.repository_owner == 'nuxt' permissions: id-token: write + contents: write runs-on: ubuntu-latest timeout-minutes: 20 steps: