]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[UTILS] FSGET: Add additional token prefix 2853/head
authors3rj1k <evasive.gyron@gmail.com>
Mon, 14 Jul 2025 17:27:28 +0000 (19:27 +0200)
committers3rj1k <11349489+s3rj1k@users.noreply.github.com>
Mon, 14 Jul 2025 17:28:08 +0000 (19:28 +0200)
.github/docker/debian/trixie/amd64/.DS_Store [new file with mode: 0644]
scripts/packaging/fsget.sh

diff --git a/.github/docker/debian/trixie/amd64/.DS_Store b/.github/docker/debian/trixie/amd64/.DS_Store
new file mode 100644 (file)
index 0000000..5008ddf
Binary files /dev/null and b/.github/docker/debian/trixie/amd64/.DS_Store differ
index 049e5085b82ddea43cb8d87e29598809f00894f7..5c15adcee45a799d81d4b79a060aebb2ad25e337 100755 (executable)
@@ -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=""