fix(ci): use lowercase secret names in fediverse pipeline #31
No reviewers
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
marvin8/fedinesia!31
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/31/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
from_secretreferences in.woodpecker/fediverse.ymlto use lowercase names (taibai_instance_url,taibai_access_token) matching Woodpecker's internal normalisation behaviour~/.claude/CLAUDE.mdwith a global note that Woodpecker secret names must be lowercase in both the UI and pipeline filesContext
Woodpecker normalises secret names to lowercase at lookup time. Storing a secret as
TAIBAI_INSTANCE_URLand referencing it asfrom_secret: TAIBAI_INSTANCE_URLcauses a "secret not found" error because Woodpecker looks uptaibai_instance_url. The pipeline file and the UI secret name must both be lowercase.Approving lowercase secret names