Skip to content

Commit

Permalink
ci action updatd
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jul 5, 2024
1 parent a950267 commit de2ca99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
node ./action/fetch-data.js
- name: Commit and push changes
env:
GITHUB_TOKEN: ${{ secrets.GHTOKEN }}
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add ghmeta.json
git commit -m 'Update ghmeta.json with latest GitHub data'
git push

0 comments on commit de2ca99

Please sign in to comment.