You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ -z"$GH_BOT_TOKEN" ]] && [[ -z"$VAULT_TOKEN" ]];then
echo$(echo -en "\033[31mERROR\033[0m: Secret GH_BOT_TOKEN or VAULT_TOKEN is missing. Please add it to this action for proper execution. \nRefer https://github.com/rtCamp/action-phpcs-code-review#github-token-creation for more information.")