Skip to content

Commit

Permalink
fix: release permissions (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Oct 4, 2024
1 parent 1c53caa commit dc07cdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
go-release:
needs: release-please
runs-on: ubuntu-latest
permissions:
contents: write
if: ${{ fromJSON(needs.release-please.outputs.release_created) }}
steps:
- name: Checkout
Expand All @@ -56,4 +58,4 @@ jobs:
upload_url: ${{ needs.release-please.outputs.upload_url }}
asset_path: ./openfeature
asset_name: openfeature
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

0 comments on commit dc07cdf

Please sign in to comment.