-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"No secret found" error for global secret #2084
Comments
I don't know if it's related or a separate issue, but whenever I see this:
...it's also followed by many of these:
|
I just tried to reproduce this, but I can't. Everything's working fine for me using a global secret with a plugin and I don't get the message. That it works even though the error is displayed is expected, as the error is logged but it does not do something else. |
1.0.2 ? |
What do you mean? I tried on |
Ok (I'm using stable only). I guess when the next version comes out this problem will disappearthen. Thank you for looking into it. |
Seems to be fixed already (in |
Thanks. When the next version is released, I'll try it out. |
Component
server
Describe the bug
When I provision my woodpecker server, I supply a
gitea-access-token
global secret via the API (https://woodpecker.example.com/api/secrets
). If I go to the "settings" page then the "secrets" tab, I can see that global secret in the list.That global secret is used whenever a pipeline runs a "push" step - which uses the docker buildx plugin to push an image to the gitea docker registry.
Even though that works, it logs an error (notice at the end it complains about
gitea-access-token
):I don't understand this error because everything works. Really weird!
System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: