From 17230ab18895ecea3155d9499a174f0b1706995f Mon Sep 17 00:00:00 2001 From: Mehdi ABAAKOUK Date: Thu, 19 Oct 2023 11:00:11 +0200 Subject: [PATCH] ci(release): add contents: write --- .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 1a362ad..4c1f5a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: environment: release permissions: id-token: write - contents: read + contents: write steps: - uses: actions/checkout@v4.1.1 with: