mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-28 09:08:38 +02:00
Update blank.yml
This commit is contained in:
parent
650248cf96
commit
f70ce9f359
2
.github/workflows/blank.yml
vendored
2
.github/workflows/blank.yml
vendored
@ -43,7 +43,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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user