Skip to content

Commit

Permalink
fixes permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin committed Nov 28, 2024
1 parent 00c804b commit 88c6c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
publish-draft-release:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
needs: ["build-binary"]
outputs:
release_url: ${{ steps.create-release.outputs.html_url }}
Expand Down

0 comments on commit 88c6c8b

Please sign in to comment.