fix(ci): use lowercase secret names in fediverse pipeline #31

Merged
coding-agent-marvin8 merged 0 commits from refs/pull/31/head into main 2026-05-11 20:10:20 +00:00
coding-agent-marvin8 commented 2026-05-11 08:13:31 +00:00 (Migrated from codeberg.org)

Summary

  • Fix from_secret references in .woodpecker/fediverse.yml to use lowercase names (taibai_instance_url, taibai_access_token) matching Woodpecker's internal normalisation behaviour
  • Update ~/.claude/CLAUDE.md with a global note that Woodpecker secret names must be lowercase in both the UI and pipeline files

Context

Woodpecker normalises secret names to lowercase at lookup time. Storing a secret as TAIBAI_INSTANCE_URL and referencing it as from_secret: TAIBAI_INSTANCE_URL causes a "secret not found" error because Woodpecker looks up taibai_instance_url. The pipeline file and the UI secret name must both be lowercase.

## Summary - Fix `from_secret` references in `.woodpecker/fediverse.yml` to use lowercase names (`taibai_instance_url`, `taibai_access_token`) matching Woodpecker's internal normalisation behaviour - Update `~/.claude/CLAUDE.md` with a global note that Woodpecker secret names must be lowercase in both the UI and pipeline files ## Context Woodpecker normalises secret names to lowercase at lookup time. Storing a secret as `TAIBAI_INSTANCE_URL` and referencing it as `from_secret: TAIBAI_INSTANCE_URL` causes a "secret not found" error because Woodpecker looks up `taibai_instance_url`. The pipeline file and the UI secret name must both be lowercase.
marvin8 commented 2026-05-11 20:08:35 +00:00 (Migrated from codeberg.org)

Approving lowercase secret names

Approving lowercase secret names
Sign in to join this conversation.
No description provided.