Skip to content

Commit

Permalink
Update generateJson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mazipan authored Sep 1, 2021
1 parent 72ba860 commit d88764f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generateJson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
- name: Commit files report
run: |
git config --local user.email "actions@github.com"
git config --local user.name "Github Actions"
git config --local user.email "mazipanneh@gmail.com"
git config --local user.name "mazipan"
git add -A
git commit -m "✅ by Github Actions"
- name: GitHub Push
uses: ad-m/[email protected]
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
github_token: "${{ secrets.PERSONAL_TOKEN }}"
force: true

0 comments on commit d88764f

Please sign in to comment.