#!/bin/sh case "$1" in *Username*) printf '%s\n' "$CI_BOT_USER" ;; *) printf '%s\n' "$CI_BOT_TOKEN" ;; esac