Fixed readme

This commit is contained in:
dementhorr 2024-03-19 17:42:21 +02:00
parent d7de52a309
commit 24de019dca
1 changed files with 3 additions and 14 deletions

View File

@ -1,19 +1,8 @@
# Gitea Actions
In order to use the Gitea Actions act-runner you must:
- set the following environment variables to `deployment.env` (modify LOCAL_ROOT_URL if you used a different service name):
```yaml
deployment:
env:
- name: GITEA__ACTIONS__ENABLED
value: 'true'
- name: GITEA__SERVER__LOCAL_ROOT_URL
value: http://gitea-http:3000
```
In order to use the Gitea Actions act-runner you must either:
- enable persistence (used for automatic deployment to be able to store the token in a place accessible for the Job)
- create a secret containing the act runner token and reference it as a `existingSecret`
In order to use Gitea Actions, you must log on the server that's running Gitea and run the command:
`gitea actions generate-runner-token`
@ -37,7 +26,7 @@ the command `gitea actions generate-runner-token`. After generating the token, y
```yaml
actions:
job:
provisioning:
enabled: false
existingSecret: "secret-name"
existingSecretKey: "secret-key"