Merge pull request #2853 from signalwire/fsget-token

[UTILS] FSGET: Add additional token prefix
This commit is contained in:
Andrey Volk 2025-07-14 20:29:06 +03:00 committed by GitHub
commit a019373fd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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