Enable Forgejo Actions support
Add FORGEJO__actions__ENABLED and DEFAULT_ACTIONS_URL environment variables to enable Actions/CI workflows in Forgejo. This is required for DEV-334 CI/CD workflow implementation. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
60dc1ac0a0
commit
3fa9f6e6f5
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,10 @@ spec:
|
|||
value: forgejo.basicstack.de
|
||||
- name: FORGEJO__service__DISABLE_REGISTRATION
|
||||
value: "true"
|
||||
- name: FORGEJO__actions__ENABLED
|
||||
value: "true"
|
||||
- name: FORGEJO__actions__DEFAULT_ACTIONS_URL
|
||||
value: "https://code.forgejo.org"
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue