From 9246e7371e5fbb3e0cbe097ed0c828f61906c9b9 Mon Sep 17 00:00:00 2001 From: Richard Arends Date: Sun, 20 Oct 2024 16:46:22 +0200 Subject: [PATCH] updated set version script: 4 --- .github/workflows/update_version.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index b222932..efb689d 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -23,3 +23,6 @@ jobs: git commit -a -m "Updated version in heatpump.yaml" - name: Push changes uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + branch: ${{ github.ref }}