From bb63a4bbf8536a61f97eeee3ff1f1dd9c709d67f Mon Sep 17 00:00:00 2001 From: ferrreo Date: Sun, 27 Jul 2025 14:17:15 +0100 Subject: [PATCH] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 248750e..fe7b8cd 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -8,6 +8,9 @@ on: types: [created] workflow_dispatch: +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest @@ -90,4 +93,4 @@ jobs: noctalia-latest.tar.gz generate_release_notes: true env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}