Skip to content

Instantly share code, notes, and snippets.

@chrisxaustin
Created May 2, 2024 12:42
Show Gist options
  • Save chrisxaustin/e2801e82d00275e591ae4143d005e8a9 to your computer and use it in GitHub Desktop.
Save chrisxaustin/e2801e82d00275e591ae4143d005e8a9 to your computer and use it in GitHub Desktop.
#!/bin/bash
org=foo
gh api --paginate -H "Accept: application/vnd.github+json" -X GET -F include=git /orgs/$org/audit-log | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment