1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +02:00

Update blank.yml

This commit is contained in:
Anton Titovets
2024-03-14 22:24:15 +03:00
committed by GitHub
parent 60a4ffd66f
commit f20c284b3d

View File

@@ -44,7 +44,7 @@ jobs:
if: success() || failure()
run: |
rm -f ./data.json.gpg
gpg --symmetric --cipher-algo AES256 --passphrase="$ENC_JSON" data.json
gpg --symmetric --cipher-algo AES256 --passphrase "$ENC_JSON" data.json
rm -f ./data.json
env:
ENC_JSON: ${{ secrets.ENC_JSON }}