From d8b6dc46d15fa4e5f5d3259d3e8ae93f2f4f9d91 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sun, 12 Jan 2025 11:05:16 +0100 Subject: [PATCH] Rework release CI to avoid directly commiting to master (#446) --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74b1884..af50a00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,10 @@ jobs: update-cargo-version: name: Update the version in Cargo.toml runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + repository-projects: write outputs: BRANCH_NAME: ${{ steps.auto-update.outputs.BRANCH_NAME || github.ref }} steps: