#!/usr/bin/env bash set -euo pipefail if [ "$(tea login list -o simple | wc -l)" -gt 0 ]; then exit 0 fi tea login add \ --token $GITEA_TOKEN