Skip to content

Commit

Permalink
Merge branch 'rohitinu6:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
shristirwt authored Oct 27, 2024
2 parents f7de089 + 03ecc95 commit fed4214
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/scripts/update_leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def get_closed_prs():
headers = {}

if GITHUB_TOKEN:
print(GITHUB_TOKEN)
headers = {"Authorization": f"token {GITHUB_TOKEN}"}

prs = []
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Commit and push changes
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add leaderboard.md || echo "No changes to commit" # Prevent errors if there's nothing to commit
git commit -m "Update leaderboard" || echo "No changes to commit"
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} || echo "Nothing to push"
Binary file added Data Analysis/SBI Stock Analysis .png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Data Analysis/SBI Stock Analysis Updated.pptx
Binary file not shown.
Binary file added Data Analysis/SBI Stock Analysis Updated.twbx
Binary file not shown.

0 comments on commit fed4214

Please sign in to comment.