From 4cbf9e92f2f01ba2d3203a68714c50fe698b6b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Thu, 21 Mar 2024 02:13:42 +0100 Subject: [PATCH] Add write permissions to create-release workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34847e8..96fe7c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,6 +125,8 @@ jobs: name: Create release needs: release-leptos-hotkeys runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v4 - name: Get tag metadata