Add .github/workflows/push-code.yml
Some checks failed
Code quality checks / build (18.16) (push) Successful in 1m13s
Push code / build (push) Failing after 2s

Signed-off-by: laratheprotogen <laraproto@proton.me>
This commit is contained in:
Lara 2024-10-25 12:08:47 +00:00
parent b800fbe741
commit 3f10d9d940

13
.github/workflows/push-code.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Push code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: load ssh key
shell: bash
run: |
ssh-add <(echo ${{secrets.ZAPPYZEP_KEY}})