кодехс
All checks were successful
Deploy / deploy (push) Successful in 32s

This commit is contained in:
2026-05-12 00:16:53 +06:00
parent 78135a4b36
commit b9693be5de

View File

@@ -17,6 +17,11 @@ jobs:
run: |
ssh-keyscan git.koptilnya.xyz >> ~/.ssh/known_hosts
- name: Secrets
env:
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
run: echo "$TAURI_SIGNING_PRIVATE_KEY"
- name: Checkout
uses: actions/checkout@v4
with: