Moved to secrets

This commit is contained in:
Hugo Bernier 2024-03-24 15:11:51 -04:00 committed by GitHub
parent 8ac2a09d8c
commit e1e26b9f76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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"