trails/.github/workflows
Ullrich Schäfer e505cfa2b9
Require DEPENDABOT_DEDUPE_TOKEN for the dedupe workflow
Previously the workflow fell back to GITHUB_TOKEN when the PAT wasn't
set — which was silently broken: the push succeeds but GitHub's
anti-workflow-loop safeguard means no new CI runs on the dedupe commit.
Reviewers see stale green CI and the dedupe itself isn't tested until
the next dependabot rebase.

Make the PAT a hard requirement: preflight check fails with a clear
message when the secret is missing, and the checkout step uses it
(which is what persists auth for the later `git push`). Intent is now
obvious from the YAML.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 20:53:57 +02:00
..
cd-apps.yml Switch deploy annotations from BusyBox wget to curl 2026-03-29 20:49:40 +02:00
cd-brouter.yml Expand BRouter routing coverage to all of Europe 2026-03-29 22:48:11 +02:00
cd-infra.yml Fix empty Caddy and pg_stat_statements panels in service-health dashboard 2026-04-05 16:02:23 +02:00
ci.yml Add CI check for missing workspace packages in Dockerfiles 2026-04-14 12:15:25 +02:00
dependabot-dedupe.yml Require DEPENDABOT_DEDUPE_TOKEN for the dedupe workflow 2026-04-19 20:53:57 +02:00