Cross-Repository Access

Allow the selected repositories to be accessed (read-only) by all the repositories in this owner with GITEA_TOKEN when running Actions jobs.
Target Repositories
Add Target Repository

Actions Token Permissions

An Actions job will use the default permissions if it doesn't declare its permissions in the workflow file.
Read and write permissions for the job's repository.
Read-only permissions for contents units (code, releases) of the job's repository.
Actions job's effective permissions will be limited by the maximum permissions.
If a job is started by a pull request from a fork, its effective permissions won't exceed the read-only permissions.
Unit No Access Read Write
Code
Access source code, files, commits and branches.
Issues
Organize bug reports, tasks and milestones.
Pull Requests
Enable pull requests and code reviews.
Wiki
Write and share documentation with collaborators.
Releases
Track project versions and downloads.
Projects
Manage issues and pulls in projects.
Actions
Manage actions