From bdad79cb3c3ebd340ea3a68455229d6a9a13e703 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:03:15 -0400 Subject: [PATCH] Update PAT name --- .github/workflows/update-content.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-content.yml b/.github/workflows/update-content.yml index 2a9dd69..a59677e 100644 --- a/.github/workflows/update-content.yml +++ b/.github/workflows/update-content.yml @@ -21,12 +21,12 @@ jobs: - name: Update public repository env: - PROD_REPO_TOKEN: ${{ secrets.PROD_REPO_TOKEN}} + PROD_REPO_TOKEN: ${{ secrets.GH_PAT}} run: | - git clone --depth 1 --branch main https://${{ secrets.PROD_REPO_TOKEN}}@github.com/Consensys/docs-mm-helpcenter.git public-repo + git clone --depth 1 --branch main https://${{ secrets.GH_PAT}}@github.com/Consensys/docs-mm-helpcenter.git public-repo rm -rf public-repo/* cp -r docs i18n public-repo/ cd public-repo git add . git commit -m "Update content from site backend" - git push \ No newline at end of file + git push