17 lines
369 B
Markdown
17 lines
369 B
Markdown
# Hlæja Common Workflows
|
|
|
|
GitHub actions [reusing workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows).
|
|
Rules and stuff say keep workflow in `/.gite/workflow`.
|
|
|
|
## Actions secrets and variables.
|
|
|
|
### Secrets
|
|
|
|
- CI_BOT_USERNAME = gitea_username
|
|
- CI_BOT_TOKEN = gitea_token
|
|
|
|
### Variables
|
|
|
|
- BOT_NAME = Hlæja
|
|
- BOT_EMAIL = noreply@lulz.ltd
|