diff --git a/.github/docker/debian/trixie/amd64/.DS_Store b/.github/docker/debian/trixie/amd64/.DS_Store new file mode 100644 index 0000000000..5008ddfcf5 Binary files /dev/null and b/.github/docker/debian/trixie/amd64/.DS_Store differ diff --git a/scripts/packaging/fsget.sh b/scripts/packaging/fsget.sh index 049e5085b8..5c15adcee4 100755 --- a/scripts/packaging/fsget.sh +++ b/scripts/packaging/fsget.sh @@ -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=""