-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathexample.env.ci
More file actions
34 lines (26 loc) · 1.02 KB
/
example.env.ci
File metadata and controls
34 lines (26 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Secrets that will be loaded inside of GitHub Actions
# See .env.example for explanations for the env values that have no explanations here
# So we can force a specific timezone on Github Actions
TZ=
# Used in the CI/CD pipeline. The Docker PAT is used to push up to Docker Hub.
DOCKER_HUB_PAT=
# The Digital Ocean PAT and App ID are used to trigger a redeployment after pushing a new `latest` tag up to Docker Hub.
DIGITAL_OCEAN_PAT=
DIGITAL_OCEAN_APP_ID=
# Used to run CI commands. Must be a fine grained personal access token.
# https://github.com/peter-evans/slash-command-dispatch?tab=readme-ov-file#token
GH_PAT=
# Used for Notion workflows, such as confirming ticket ID to PR descriptions & commit messages
NOTION_SECRET=
# Notion task database ID (the token must have access to the given database)
NOTION_TASK_DB_ID=
# Used for Qodo AI agent
OPENAI_API_KEY=
# Code coverage tools
# Codecov is deprecated
CODECOV_TOKEN=
SONAR_TOKEN=
# used to report the result of e2e tests
DISCORD_TOKEN=
DISCORD_GUILD_ID=
DISCORD_CHANNEL_ID=