Skip to content

Commit

Permalink
WIP check GH rate limits before test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi committed Dec 6, 2024
1 parent 2f6f996 commit d3d0d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
with:
name: toolbox.phar
path: build/

- name: Check GitHub API rate limits
run: curl -I https://api.github.com
- run: make test-integration
env:
GITHUB_AUTH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit d3d0d67

Please sign in to comment.