From c1f220e9ae63c25d05ca7889b757867a2e231d99 Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Sun, 15 Oct 2023 00:47:55 +0200 Subject: [PATCH] Fix runner --- .github/workflows/publish-exe.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-exe.yml b/.github/workflows/publish-exe.yml index 8bedea9..a3e96c4 100644 --- a/.github/workflows/publish-exe.yml +++ b/.github/workflows/publish-exe.yml @@ -6,6 +6,9 @@ on: name: Build and publish executable +permissions: + contents: write + jobs: build_publish: name: Bundle x86_64 @@ -16,8 +19,6 @@ jobs: run: cd dist && sudo ./build.sh --dist --bundle - name: Publish bundle uses: softprops/action-gh-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: name: Automated build of ${{ github.ref }} files: dist/bin/*