Hero: fix title descender clipping (g); CI: rename PR token var so Gitea's auto GITEA_TOKEN doesn't 401 the branch step
build-and-deploy / build (push) Failing after 11m19s

This commit is contained in:
2026-06-17 20:54:57 +10:00
parent 18ed7458c3
commit 1c956d6ec4
3 changed files with 12 additions and 4 deletions
+4 -2
View File
@@ -61,8 +61,10 @@ jobs:
- name: Build & push image
run: scripts/build-image.sh push
- name: Open digest-bump PR to home-ops
- name: Push digest-bump branch to home-ops
env:
HOME_OPS_SSH_KEY: ${{ secrets.HOME_OPS_SSH_KEY }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
# Optional: set secrets.HOMEOPS_PR_TOKEN to auto-open the PR. Unset = push branch only
# (you open+merge the PR — the approval gate). NOT GITEA_TOKEN (Gitea auto-injects that).
HOMEOPS_PR_TOKEN: ${{ secrets.HOMEOPS_PR_TOKEN }}
run: scripts/bump-digest.sh