Skip to content

Commit

Permalink
[tools] Fix rate limiting for GitHub API (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Dec 22, 2023
1 parent 9ed1328 commit 045cd32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
value: '100'
- name: state
value: all
headers: []
headers: [{ name: Authorization, value: { $$env: GITHUB_TOKEN } }]
method: GET
- name: muix
query:
Expand Down

0 comments on commit 045cd32

Please sign in to comment.