From 3a55775dbecfbf5a82e0bceb46f9dc1a6fe427f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 12:30:49 +0000 Subject: [PATCH] chore(deps): update ad-m/github-push-action digest to 881a632 --- .github/workflows/10-tag-new-releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/10-tag-new-releases.yml b/.github/workflows/10-tag-new-releases.yml index 64efe1b..bf98eed 100644 --- a/.github/workflows/10-tag-new-releases.yml +++ b/.github/workflows/10-tag-new-releases.yml @@ -25,7 +25,7 @@ jobs: git tag --force 'v${{ env.VERSION }}' master - name: Push commits to Github - uses: ad-m/github-push-action@f917f9b5ca9dfd7af6d104698e53b579ae2f3a7d # master + uses: ad-m/github-push-action@881a6320fdb16eb5318c5054f31c218aec2b324c # master with: github_token: ${{ secrets.ADRIANMACE_PAT }} tags: true