From cdc3ee4722732540edb80db66e57cd06db1f9a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Duarte?= Date: Tue, 12 Nov 2024 15:27:09 +0000 Subject: [PATCH] ci: more --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eda1969a8..fee8cc74f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,8 +27,9 @@ concurrency: jobs: build_and_release_mater_cli: runs-on: self-hosted + permissions: - contents: read + contents: write packages: write if: github.ref_type == 'tag' && startsWith(github.ref_name, 'mater-cli-v')