Skip to content

Commit

Permalink
use GIT ACCESS TOKEN for scraper workflow (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Dec 11, 2023
1 parent df6b395 commit a5a4cff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scraper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # This pulls the caller workflow's repo (eg: coronasafe/leaderboard-data)
with:
token: ${{ secrets.GIT_ACCESS_TOKEN }}
- uses: actions/checkout@v4
with:
repository: coronasafe/leaderboard
Expand Down

0 comments on commit a5a4cff

Please sign in to comment.