From d9a278f9a3d018c374fc1528e0425ccc50b830cd Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Mon, 30 Sep 2024 23:19:25 +0200 Subject: [PATCH] using secret variables Signed-off-by: Peter Siegmund --- .github/workflows/deploy-hetzner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-hetzner.yaml b/.github/workflows/deploy-hetzner.yaml index 565f5fb..a983525 100644 --- a/.github/workflows/deploy-hetzner.yaml +++ b/.github/workflows/deploy-hetzner.yaml @@ -34,6 +34,6 @@ jobs: uses: dokku/github-action@v1 with: branch: main - git_remote_url: "$HETZNER_GIT_URI" + git_remote_url: ${{ secrets.HETZNER_GIT_URI }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} git_push_flags: --force