Skip to content

Commit 66c48d1

Browse files
committed
config(.github/install-nix) Add gh token to api rate limits step
1 parent 46a2552 commit 66c48d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/install-nix/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ runs:
3333
using: 'composite'
3434
steps:
3535
- name: Log GH API rate limits
36+
env:
37+
GH_TOKEN: ${{ github.token }}
3638
shell: bash
3739
run: gh api /rate_limit | jq
3840

0 commit comments

Comments
 (0)