supply Hetzner API token

This commit is contained in:
missytake
2026-03-10 14:00:56 +01:00
parent 79eebe2762
commit 8a5bb18a2b

View File

@@ -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/