Skip to content

Commit

Permalink
Update run-sync-script.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Nov 28, 2024
1 parent 21cfaec commit 8333e8a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/run-sync-script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,15 @@ jobs:
- name: Commit and push changes
if: env.changes == 'true'
run: |
FIRST_NAME="Max"
DOMAIN="gmail.com"
EMAIL="${FIRST_NAME}BaseCode@${DOMAIN}"
git config --global user.name "Max Base (GitHub Actions)"
git config --global user.email "maxbasecode@gmail.com"
git config --global user.email "$EMAIL"
git add -A
git commit -m "Auto-sync: Update after running sync.py script"
git push https://x-access-token:${{ secrets.USER_TOKEN }}@github.com/${{ github.repository }}.git

0 comments on commit 8333e8a

Please sign in to comment.