Skip to content

Commit 4c93f3c

Browse files
authored
[UTILS] Add additional token prefix (#2950)
1 parent 2062d2c commit 4c93f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packaging/fsget.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ source_os_release
8181
if [ "${ID,,}" = "debian" ]; then
8282
ARCH=$(dpkg --print-architecture)
8383

84-
if [[ ${TOKEN} == pat_* || ${TOKEN} == ghapat_* ]]; then
84+
if [[ ${TOKEN} == pat_* || ${TOKEN} == ghapat_* || ${TOKEN} == not_a_real_token_but_a_dummy_token_* ]]; then
8585
DOMAIN="freeswitch.signalwire.com"
8686
GPG_KEY="/usr/share/keyrings/signalwire-freeswitch-repo.gpg"
8787
RPI=""

0 commit comments

Comments
 (0)