16 lines
263 B
Markdown
16 lines
263 B
Markdown
# Common Workflows.
|
|
|
|
Rules and stuff say keep workflow in `/.gite/workflow` look at `/.gite/actions` later on.
|
|
|
|
## Actions secrets and variables.
|
|
|
|
### Secrets
|
|
|
|
- CI_BOT_USERNAME = gitea_username
|
|
- CI_BOT_TOKEN = gitea_token
|
|
|
|
### Variables
|
|
|
|
- BOT_NAME
|
|
- BOT_EMAIL
|