[UTILS] Add additional token prefix (#2950)

This commit is contained in:
Serhii Ivanov
2025-11-18 23:37:49 +01:00
committed by GitHub
parent 2062d2c483
commit 4c93f3ce2b

View File

@@ -81,7 +81,7 @@ source_os_release
if [ "${ID,,}" = "debian" ]; then
ARCH=$(dpkg --print-architecture)
if [[ ${TOKEN} == pat_* || ${TOKEN} == ghapat_* ]]; then
if [[ ${TOKEN} == pat_* || ${TOKEN} == ghapat_* || ${TOKEN} == not_a_real_token_but_a_dummy_token_* ]]; then
DOMAIN="freeswitch.signalwire.com"
GPG_KEY="/usr/share/keyrings/signalwire-freeswitch-repo.gpg"
RPI=""