Skip to content

Commit

Permalink
ci ++
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jul 5, 2024
1 parent 97c4621 commit 7caf27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Fetch GitHub Repos
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GHTOKEN }}
run: |
node ./action/fetch-data.js
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Commit and push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GHTOKEN }}
run: |
git add ghmeta.json
git commit -m 'Update ghmeta.json with latest GitHub data'
Expand Down

0 comments on commit 7caf27a

Please sign in to comment.