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/*