From 1965a935d9beca5ca90c48b066134b01c88dc77e Mon Sep 17 00:00:00 2001 From: Lazar <12626340+Lazar955@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:55:25 +0100 Subject: [PATCH] write permissions for goreleaser --- .github/workflows/goreleaser.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 7e304dcc..d26fc367 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -5,7 +5,10 @@ on: tags: - '*' +permissions: + contents: write + jobs: release: uses: babylonlabs-io/.github/.github/workflows/reusable_go_releaser.yml@v0.7.0 - secrets: inherit \ No newline at end of file + secrets: inherit