Skip to content

Commit

Permalink
wwww
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Feb 29, 2024
1 parent e33d394 commit 087e65e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
run: |
page=1
while true; do
repos=$(curl -s "https://api.github.com/orgs/LedgerHQ/repos?page=$page")
repos=$(curl -s -H "Authorization: Bearer $GITHUB_TOKEN" \
"https://api.github.com/orgs/LedgerHQ/repos?page=$page")
if [[ -z "$repos" ]]; then
break
Expand Down

0 comments on commit 087e65e

Please sign in to comment.