From f538753e41efb33ce31e7de2722fe5214d044f09 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Thu, 29 Dec 2022 14:15:17 +0530 Subject: [PATCH] typo update in workflow --- .github/workflows/wordpress-plugins-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wordpress-plugins-update.yml b/.github/workflows/wordpress-plugins-update.yml index 20c2102261d..a5539b10ee3 100644 --- a/.github/workflows/wordpress-plugins-update.yml +++ b/.github/workflows/wordpress-plugins-update.yml @@ -39,5 +39,5 @@ jobs: if: steps.update-templates.outputs.CHANGES > 0 uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.ref }}