forked from Qortal/q-blog
12 lines
264 B
Bash
12 lines
264 B
Bash
# Copy this file to .gitea.env and fill real values.
|
|
# Keep .gitea.env untracked (it is listed in .gitignore).
|
|
|
|
GITEA_BASE_URL=https://gitea.qortal.link
|
|
# Personal access token with releases:write permission
|
|
GITEA_TOKEN=
|
|
|
|
# Repository owner and name
|
|
OWNER=
|
|
REPO=
|
|
|