Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Dec 12, 2024
1 parent 8553ad8 commit 6bfdd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cleanup-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ list_packages() {
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/orgs/mochi-hpc/packages?package_type=container" > response.json
"https://api.github.com/orgs/mochi-hpc/packages?package_type=container&per_page=100&page=1" > response.json
cat response.json 1>&2

# curl -s -H "Authorization: token ${GITHUB_TOKEN}" \
Expand Down

0 comments on commit 6bfdd19

Please sign in to comment.