-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.default
79 lines (70 loc) · 1.75 KB
/
.env.default
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# When running a (projector) pipeline via GHA/Vercel, all required env vars must
# be defined as repo secrets. With projector, the sync command handles this.
# Codecov test analysis token
#
# Required: if deploying
# On-Sync: mirror
#
# The token used during CI/CD to analyze and upload build artifact code quality
# data to Codecov.
CODECOV_TOKEN=
# GitHub deploy token
#
# Alias: GH_TOKEN
# Required: if deploying
# On-Sync: mirror
#
# The token used during CI/CD to interact with GitHub's API.
GITHUB_TOKEN=
# NPM deploy token
#
# Required: if deploying
# On-Sync: mirror
#
# The token used during CD to login to NPM. Not referenced during non-CI/CD
# (i.e. local, manual) deployments.
NPM_TOKEN=
# Git push author name
#
# Required: if deploying
# On-Sync: mirror
#
# The token used during CD to set the author name of the git push.
GIT_AUTHOR_NAME=
# Git commit committer name
#
# Required: if deploying
# On-Sync: mirror
#
# The token used during CD to set the name attached to any git commits.
GIT_COMMITTER_NAME=
# Git push author email
#
# Required: if deploying
# On-Sync: mirror
#
# The token used during CD to set the author email of the git push.
GIT_AUTHOR_EMAIL=
# Git commit committer email
#
# Required: if deploying
# On-Sync: mirror
#
# The token used during CD to set the email attached to any git commits.
GIT_COMMITTER_EMAIL=
# GPG private key passphrase
#
# Required: if deploying with CI/CD
# On-Sync: mirror
#
# The passphrase used to unlock GPG_PRIVATE_KEY. Not referenced during non-CI/CD
# (i.e. local, manual) deployments.
GPG_PASSPHRASE=
# GPG private key
#
# Required: if deploying with CI/CD
# On-Sync: mirror
#
# The GPG key used to sign all git commits and releases. Not referenced during
# non-CI/CD (i.e. local, manual) deployments.
GPG_PRIVATE_KEY=