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
build-and-deploy / build (push) Failing after 11m19s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user