-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.github
More file actions
executable file
·63 lines (55 loc) · 1.56 KB
/
Copy path.env.github
File metadata and controls
executable file
·63 lines (55 loc) · 1.56 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
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
#
#
# Environment: GitHub
# - Manual setup required, follow steps below
# - Add a new Secret for each item below:
# - Follow the navigation steps in each section to ensure it's added to the right area
# - Set the name to the value before the '=' below, eg: SITE_AUTHOR
# - Set the value to suit your setup
#
#
#
# ----
# Repository Secrets
# ----
#
# Navigate to:
# GitHub Repo > Settings > Security and quality > Secrets and variables >
# Actions > Repository secrets
#
# Setup a new GitHub Classic PAT
# - From https://github.com/settings/tokens
# - Add the 'read:user' scope only.
SITE_GITHUB_ID=dddeeefff
#
# ----
# GitHub Environment: CI Build
# ----
#
# Create a new 'ci-build' environment:
# GitHub Repo > Settings > Code and automation > Environments >
# New environment > Name: ci-build
#
# Then add new environment secrets (with your own relevant values)
# on that page for each item in this section.
#
# Temporary build directory
SITE_BUILD_DIR=build
# Static build output directory
SITE_PUBLIC_DIR=public
# Site details
SITE_URL=https://xxxx.com
SITE_AUTHOR=Jane Doe
SITE_TITLE=Public website for Jane Doe
SITE_DESC=Jane writes about technology and the climate.
SITE_REPO=https://github.com/yyyy/zzzz
SITE_LANG=en-GB
SITE_TIMEZONE=Australia/Sydney
# Blog posts
SITE_FEED_TITLE=Posts by Jane Doe
SITE_FEED_DESC=Jane writes about technology and the climate.
SITE_FEED_DEFAULT_TITLE=Post by Jane Doe
# PostHog - https://posthog.com/
SITE_POSTHOG_ID=phc_xxxx1111
SITE_POSTHOG_API_HOST=https://eu.posthog.com
SITE_POSTHOG_UI_HOST=https://eu.posthog.com