1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Update apt.yml

This commit is contained in:
Anton Titovets
2025-05-05 15:36:19 +03:00
committed by GitHub
parent 3033b4c19e
commit a2c38e7487

View File

@@ -117,7 +117,7 @@ jobs:
cd oint
# Установить максимальное доверие к ключу
echo ${{ secrets.GPG_KEY_ID }} | gpg --import-ownertrust
echo "${{ secrets.GPG_KEY_ID }}:6:" | gpg --import-ownertrust
# Добавляем пакет в репозиторий с подробным логом
GPG="gpg --verbose --pinentry-mode loopback --passphrase=$GPG_PASSPHRASE" \