From cb7d501d2a9fd17f7f2c40f0ca9355b6d35632d2 Mon Sep 17 00:00:00 2001 From: Pedro Torcatt Date: Wed, 15 Jan 2025 20:27:39 -0400 Subject: [PATCH] chore(ci): Add contents write permission --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9edab29..5f93498 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,7 @@ on: - main permissions: + contents: write id-token: write jobs: