We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gh token
api rate limits
1 parent 46a2552 commit 06c1387Copy full SHA for 06c1387
.github/install-nix/action.yml
@@ -33,6 +33,8 @@ runs:
33
using: 'composite'
34
steps:
35
- name: Log GH API rate limits
36
+ env:
37
+ GH_TOKEN: ${{ github.token }}
38
shell: bash
39
run: gh api /rate_limit | jq
40
0 commit comments