Moved to secrets
This commit is contained in:
parent
8ac2a09d8c
commit
e1e26b9f76
|
@ -34,8 +34,8 @@ jobs:
|
||||||
|
|
||||||
- name: Commit to gh-pages branch
|
- name: Commit to gh-pages branch
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "${{ secrets.USER_EMAIL }}"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "${{ secrets.USER_NAME }}"
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
git add samples.json
|
git add samples.json
|
||||||
git commit -m "Update samples.json"
|
git commit -m "Update samples.json"
|
||||||
|
|
Loading…
Reference in New Issue