Skip to content

Commit

Permalink
override git config email and name for deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-valdron committed Apr 19, 2024
1 parent 8f6956c commit 6c1f807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
uses: JamesIves/github-pages-deploy-action@ec9c88baef04b842ca6f0a132fd61c762aa6c1b0 # v4.6.0
with:
token: ${{ secrets.DEPLOY_TOKEN }}
git-config-email: ${{ secrets.GIT_CONFIG_EMAIL }}
git-config-name: ${{ secrets.GIT_CONFIG_NAME }}
branch: github-pages
folder: public
repository-name: michael-valdron/michael-valdron.github.io
Expand Down

0 comments on commit 6c1f807

Please sign in to comment.