The build step completes successfully; however, the release step is failing
Error Log
ERR execution failed error="Get \"https://codeberg.org/api/v1/version\": net/http: invalid header field value for \"Authorization\""
Workflow file
publish:image:woodpeckerci/plugin-releasesettings:files:- 'ocean-*.tar.xz'api_key:from_secret:codeberg_tokenwhen:branch:masterevent:tag
**The build step completes successfully; however, the release step is failing**
### **Error Log**
`ERR execution failed error="Get \"https://codeberg.org/api/v1/version\": net/http: invalid header field value for \"Authorization\""`
### **Workflow file**
```yaml
publish:
image: woodpeckerci/plugin-release
settings:
files:
- 'ocean-*.tar.xz'
api_key:
from_secret: codeberg_token
when:
branch: master
event: tag