Skip to content

Commit

Permalink
Update release_binary.yml (#84)
Browse files Browse the repository at this point in the history
I think this needs permissions for the org. this worked fined for my
personal org when tested, but failing here.
  • Loading branch information
dmikey authored Mar 20, 2024
1 parent bd6bd2b commit 59dee79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -54,4 +56,4 @@ jobs:
files: release/*
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 59dee79

Please sign in to comment.