Skip to content

Instantly share code, notes, and snippets.

@saada
saada / rotate-circleci-checkout-tokens.sh
Created January 5, 2023 22:02
Rotate CircleCI checkout tokens
#!/bin/bash
set -euo pipefail
export ORG="MY_ORG"
export CIRCLE_TOKEN="MY_TOKEN"
gh repo list $ORG -L 1000 | awk '{print $1}' | while read repo; do
echo "Processing $repo"
# Delete all GH tokens