Fix token
CI / build (push) Failing after 6s

This commit is contained in:
2026-05-24 22:04:44 +02:00
parent fa70211272
commit 025b7d71dd
+9
View File
@@ -33,6 +33,15 @@ jobs:
defaults:
run:
shell: sh
env:
# Gitea auto-generates a per-job `secrets.GITHUB_TOKEN` (read-scoped
# to this repo) for compat with GitHub Actions, but act_runner does
# NOT auto-export it as an env var — referencing it explicitly here
# makes it available to the Checkout step's `git fetch`. Same role
# as `secrets.RUNNER_REPO_PAT` / `CALLER_REPO_PAT` in the Charlie
# deploy/build workflows, except we don't need a long-lived PAT —
# the per-job token is enough for a one-shot fetch.
GITHUB_TOKEN: ${{ github.token }}
steps:
- name: Install Go and curl
run: |