fix: add ghcr pull secret for microservices
Deploy Cluster / Terraform (push) Successful in 32s
Deploy Cluster / Ansible (push) Failing after 13m55s

This commit is contained in:
2026-05-05 01:52:24 +00:00
parent c62364fe67
commit 6e098383a9
4 changed files with 30 additions and 0 deletions
+2
View File
@@ -190,6 +190,8 @@ jobs:
-e "tailscale_oauth_client_secret=${{ secrets.TAILSCALE_OAUTH_CLIENT_SECRET }}" \
-e "doppler_hetznerterra_service_token=${{ secrets.DOPPLER_HETZNERTERRA_SERVICE_TOKEN }}" \
-e "doppler_openstaticfish_microservices_service_token=${{ secrets.DOPPLER_MICROSERVICES_SERVICE_TOKEN }}" \
-e "ghcr_username=${{ secrets.GHCR_USERNAME }}" \
-e "ghcr_read_token=${{ secrets.GHCR_READ_TOKEN }}" \
-e "tailscale_api_key=${{ secrets.TAILSCALE_API_KEY }}" \
-e "grafana_admin_password=${{ secrets.GRAFANA_ADMIN_PASSWORD }}" \
-e "cluster_name=k8s-cluster"