From ee137444f0b3b0855cb2fc7df807416ba2c3d311 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 22 Mar 2023 14:30:26 -0600 Subject: [PATCH] Update sync-release-version.yml --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 81cb8710..e2cd5daa 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -22,7 +22,7 @@ jobs: git tag -a ${{ steps.branch-name.outputs.tag }}-sec -m "Security release for ${{ steps.branch-name.outputs.tag }}" - name: Push tag - uses: adm/git-push@master + uses: ad-m/github-push-action@master with: args: --follow-tags github_token: ${{ secrets.PAT_TOKEN }}