fixing tunnel_host

This commit is contained in:
Leopere 2026-04-01 12:16:32 -04:00
parent 0bd980994a
commit d8d18f6607
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
#!/usr/bin/env bash
#
# Do NOT add docker login or gh auth token here. A prior gh-based login overwrote good GHCR
# credentials and pushes failed with permission_denied / wrong scopes; compose push works when
# Docker keeps the PAT/credential helper the user already configured.
#
# Fixed pipeline (order is fixed):
# 1. git add -A
# 2. git commit (or --allow-empty if nothing staged)