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 16:51:19 +03:00
committed by GitHub
parent 47dfd3eb28
commit 85b9886296

View File

@@ -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: