Skip to content

Commit

Permalink
💚 Fix Actions rate limit error (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
roniemartinez authored Mar 14, 2022
1 parent ed75a77 commit c1a2914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Test
env:
CHROMEDRIVER_VERSION: 98.0.4758.102
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make test
- name: Code Coverage
Expand Down

0 comments on commit c1a2914

Please sign in to comment.