From 6b77845daa42b24fda341b0004eddc2026689f06 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 7 Dec 2024 00:10:14 +0100 Subject: [PATCH] oops --- .github/workflows/release_stable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_stable.yml b/.github/workflows/release_stable.yml index 26914ce..54958a5 100644 --- a/.github/workflows/release_stable.yml +++ b/.github/workflows/release_stable.yml @@ -65,10 +65,10 @@ jobs: do_branch: needs: check_image if: ((needs.check_image.outputs.has_branch == 'false') || (github.event.inputs.force_rebuild == 'true')) - name: Build and push latest and versionned images + name: Create repository branch runs-on: ubuntu-latest permissions: - contents: read + contents: write steps: - name: Check out the repo uses: actions/checkout@v4