diff --git a/.github/workflows/merge-json.yml b/.github/workflows/merge-json.yml index 07e5225ff..e707a9373 100644 --- a/.github/workflows/merge-json.yml +++ b/.github/workflows/merge-json.yml @@ -34,8 +34,8 @@ jobs: - name: Commit to gh-pages branch run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config --local user.email "${{ secrets.USER_EMAIL }}" + git config --local user.name "${{ secrets.USER_NAME }}" git checkout gh-pages git add samples.json git commit -m "Update samples.json"