Skip to content

Commit

Permalink
add PAT to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
KKulma committed Mar 25, 2021
1 parent 18c82e2 commit 1df20e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v2
with:
ref: 'main'
token: ${{ secrets.PAT }}
- name: Update data
run: |
bash ./data-raw/update-data.sh
Expand Down

0 comments on commit 1df20e9

Please sign in to comment.