You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-07-17 01:42:25 +02:00
Update blank.yml
This commit is contained in:
2
.github/workflows/blank.yml
vendored
2
.github/workflows/blank.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
run: |
|
run: |
|
||||||
rm -f ./data.json.gpg
|
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
|
rm -f ./data.json
|
||||||
env:
|
env:
|
||||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||||
|
Reference in New Issue
Block a user