using secret variables

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-09-30 23:19:25 +02:00
parent ef4fd613c3
commit d9a278f9a3

View File

@@ -34,6 +34,6 @@ jobs:
uses: dokku/github-action@v1 uses: dokku/github-action@v1
with: with:
branch: main branch: main
git_remote_url: "$HETZNER_GIT_URI" git_remote_url: ${{ secrets.HETZNER_GIT_URI }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
git_push_flags: --force git_push_flags: --force