From a5c849ae093cfb734c6c5c19c5bfffc8dc04d444 Mon Sep 17 00:00:00 2001 From: Leptos Date: Sun, 7 Apr 2024 12:59:03 -0700 Subject: [PATCH] [workflows] Add contents write permissions to release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b63b34a..b3bd749 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,9 @@ on: jobs: release: + # needed to be able to create a Release + permissions: + contents: write runs-on: macos-14 env: THEOS: theos