woodpecker-ci / helm

This repo contains the helm charts of the Woodpecker project.
Apache License 2.0
21 stars 16 forks source link

CI: fix secret name in pipeline #130

Closed pat-s closed 9 months ago

anbraten commented 9 months ago

That should actually not be needed as we convert both db and config to lowercase to match

pat-s commented 9 months ago

WP complains about it...https://ci.woodpecker-ci.org/repos/8958/pipeline/531/errors

Ah, because it's not enabled for "push"

Did that now but it seems to need a new fresh trigger. Closing here.

anbraten commented 9 months ago

The issue is actually that I thought it would use the org secret for all pipelines and only for tags the repo one, but it is overwriting the org one completely with the local one.