From 59dee79164009f26febfc2f1fd32a85cbae5d27a Mon Sep 17 00:00:00 2001 From: Derek Anderson Date: Wed, 20 Mar 2024 11:52:32 -0500 Subject: [PATCH] Update release_binary.yml (#84) I think this needs permissions for the org. this worked fined for my personal org when tested, but failing here. --- .github/workflows/release_binary.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_binary.yml b/.github/workflows/release_binary.yml index b088788bb..d61307829 100644 --- a/.github/workflows/release_binary.yml +++ b/.github/workflows/release_binary.yml @@ -12,10 +12,12 @@ # # The workflow will not run if there is no tag pushed with a "v" prefix and no change pushed to your # default branch. +name: build binaries, release github on: push jobs: might_release: + permissions: write-all runs-on: ubuntu-latest steps: - name: Checkout @@ -54,4 +56,4 @@ jobs: files: release/* prerelease: true env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}