You've already forked OpenIntegrations
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:
15
.github/workflows/blank.yml
vendored
15
.github/workflows/blank.yml
vendored
@@ -8,16 +8,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
Decrypt:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Расшифровать тестовые данные
|
|
||||||
run: gpg --quiet --batch --yes --decrypt --passphrase="$ENC_JSON" --output ./data.json ./data.json.gpg
|
|
||||||
env:
|
|
||||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
|
||||||
|
|
||||||
Convert:
|
Convert:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -27,6 +17,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Расшифровать тестовые данные
|
||||||
|
run: gpg --quiet --batch --yes --decrypt --passphrase="$ENC_JSON" --output ./data.json ./data.json.gpg
|
||||||
|
env:
|
||||||
|
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: otymko/setup-onescript@v1.4
|
- uses: otymko/setup-onescript@v1.4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user