OpenTofu configuration that codifies GitHub settings for the nextest-rs organization.
export GITHUB_TOKEN="$(gh auth token)"
export AWS_ACCESS_KEY_ID='<r2-access-key-id>'
export AWS_SECRET_ACCESS_KEY='<r2-secret-access-key>'
tofu init
tofu plan
tofu apply