Running locally Gitea and Maven Packages Repository

Can someone explain how to obtain access_token which is mentioned in documentation?

Is it Gitea API token do you mean here?

Where should be settings.xml file located in Gitea?

Looks like I got it now. Maybe I’m wrong, but looks like all these stuff should be pre-configured in Action Runner instance before start build.

Hey, I’ve got the same questions right now- was it the API Token in the end?

Yes it’s an API token.

For anyone looking for getting a Maven repo up and running (v1.23):

Enable Maven package in app.ini:

[package]
ENABLED = true

[package.mvn]
ENABLED = true

Restart server.

Then configure Maven locally following Maven Package Registry | Gitea Documentation

The access token is generated in User settings > Applications. Set permissions > package Read and Write (not sure if required).

I used an organization as owner.