Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.sh Secret

Created November 20, 2022 18:57
Show Gist options
  • Save KyMidd/67e15ced8587c1c7d5d54d11776783d4 to your computer and use it in GitHub Desktop.
Save KyMidd/67e15ced8587c1c7d5d54d11776783d4 to your computer and use it in GitHub Desktop.
while IFS="," read -r GH_ORG GH_REPO REQUIRED_APPROVERS_COUNT COLLECTION_LEAD_TEAM_GITHUB_SLUG
do
(etc.)
# Ignore the headers line of the CSV
if [[ $GH_ORG == "GH_ORG" ]]; then
continue
fi
done < repo_info.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment