From 5422ddb0e3da6f8b052c24e9a7397f406cc5fc02 Mon Sep 17 00:00:00 2001 From: outfrost Date: Tue, 13 Feb 2024 02:55:10 +0100 Subject: [PATCH] Grant Actions workflow permission to create releases --- .github/workflows/build-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 964a1ad..7c52c1e 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -10,6 +10,8 @@ jobs: # Always use ubuntu-latest for this action runs-on: ubuntu-latest name: Export and create release + permissions: + contents: write steps: - name: Checkout