deploy.yaml: use secret SSH_HOMEPAGE_KEY
Some checks failed
deploy / test (push) Failing after 7s

This commit is contained in:
DavHau 2023-07-19 20:12:39 +02:00
parent 435593b54b
commit ba1195f309

View File

@ -9,3 +9,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: nix run .#deploy
env:
SSH_HOMEPAGE_KEY: ${{ secrets.SSH_HOMEPAGE_KEY }}