Public Access
18 lines
611 B
Bash
18 lines
611 B
Bash
# Gitea API token (required for CI scripts that interact with Gitea)
|
|
# Create at: https://git.oblachno.oblachno.fyi/user/settings/applications
|
|
CI_GITEA_TOKEN=
|
|
|
|
# Vikunja API token (required for post-merge task updates)
|
|
# Create at: https://work.oblachno.oblachno.fyi/settings/tokens
|
|
VIKUNJA_TOKEN=
|
|
|
|
# Vikunja project ID for this project (devx = 8)
|
|
DEVX_VIKUNJA_PROJECT_ID=8
|
|
|
|
# Override default API URLs (optional)
|
|
# DEVX_GITEA_API_URL=https://git.oblachno.oblachno.fyi/api/v1
|
|
# DEVX_VIKUNJA_API_URL=https://work.oblachno.oblachno.fyi/api/v1
|
|
|
|
# Override default language (optional, en is default)
|
|
# DEVX_LANG=en
|