From 8a5bb18a2bde91a480f4ef17ffecdb726dff9b3a Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 10 Mar 2026 14:00:56 +0100 Subject: [PATCH] supply Hetzner API token --- .github/workflows/test-and-deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 4e663e72..b2c4ebda 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -32,7 +32,7 @@ jobs: echo "${{ secrets.STAGING_SSH_KEY }}" >> ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 - - run: | - pip install hetzner-relay/ - python3 hetzner-relay/main.py --dns --test --rebuild --run-id $GITHUB_RUN_ID --domain2 chatmail-ci.testrun.org relay/ + - run: pip install hetzner-relay/ + + - run: python3 hetzner-relay/main.py --dns --test --rebuild --run-id $GITHUB_RUN_ID --domain2 chatmail-ci.testrun.org --hetzner-api-token ${{ secrets.HETZNER_API_TOKEN }} relay/