9 lines
No EOL
400 B
Text
9 lines
No EOL
400 B
Text
# Forgejo instance URL (no trailing slash)
|
|
FORGEJO_URL=https://git.slaid098.dev
|
|
|
|
# Forgejo admin token (API + git push + registry auth). Needs package:write scope.
|
|
FORGEJO_TOKEN=replace-me
|
|
|
|
# act_runner registration token (from `forgejo actions generate-runner-token`).
|
|
# Only needed at first registration; afterwards the .runner file holds the credentials.
|
|
GITEA_RUNNER_REGISTRATION_TOKEN=replace-me |