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')