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 }}