I've tried all authentication methods and it just isn't working. On the test forgejo instance it's working.
curl -X POST 'https://v14.next.forgejo.org/api/v1/packages/user/alpine/php-zts85-cli/-/link/repo' -H 'accept: application/json' --user "user:password"
-> success, package is linked to the repository
curl -X POST 'https://codeberg.org/api/v1/packages/user/alpine/php-zts85-cli/-/link/repo' -H 'accept: application/json' --user "user:password"
-> 403, access denied
Same story when using https://codeberg.org/api/swagger
### Comment
I've tried all authentication methods and it just isn't working. On the test forgejo instance it's working.
`curl -X POST 'https://v14.next.forgejo.org/api/v1/packages/user/alpine/php-zts85-cli/-/link/repo' -H 'accept: application/json' --user "user:password"`
-> success, package is linked to the repository
`curl -X POST 'https://codeberg.org/api/v1/packages/user/alpine/php-zts85-cli/-/link/repo' -H 'accept: application/json' --user "user:password"`
-> 403, access denied
Same story when using https://codeberg.org/api/swagger