Skip to content

Commit

Permalink
Update PAT name
Browse files Browse the repository at this point in the history
  • Loading branch information
mapachurro authored Jun 3, 2024
1 parent f5d220d commit bdad79c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
git push

0 comments on commit bdad79c

Please sign in to comment.