From b8d3510aa444309a5ea3ebf4344019157b60f051 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Fri, 4 Oct 2024 14:14:30 -0400 Subject: [PATCH] fix: release permissions Signed-off-by: Michael Beemer --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f1d921d..43bb558 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 @@ -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 \ No newline at end of file + asset_content_type: application/octet-stream