-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
47 lines (32 loc) · 1.07 KB
/
Copy path.env.example
File metadata and controls
47 lines (32 loc) · 1.07 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
# GitHub Access Token with necessary permissions
ACCESS_TOKEN=your_github_token_here
# Target repository to commit metrics to (format: owner/repo)
TARGET_REPOSITORY=your_username/your_repo
# GitHub username to generate metrics for
USER_NAME=your_github_username
# Optional proxy
PROXY=
# Comma-separated list of repositories to exclude
EXCLUDED_REPOS=
# Last.fm API token
LASTFM_TOKEN=your_lastfm_token
# Last.fm username
LASTFM_USER=your_lastfm_username
# Comma-separated list of languages to exclude
EXCLUDED_LANGUAGES=
# Optional top header identity in SVG (defaults to USER_NAME)
SVG_HEADER_IDENTITY=
# Git commit author name
GIT_USER_NAME=GitHub Action
# Git commit author email
GIT_USER_EMAIL=action@github.com
# Target branch to push to
TARGET_BRANCH=main
# Cron expression for automatic runs inside the container
CRON_SCHEDULE=*/30 * * * *
# Cron logging mode: file or stdout
CRON_LOG_MODE=file
# Log file path (used only when CRON_LOG_MODE=file)
CRON_LOG_FILE=/var/log/metrics-cron.log
# Time zone used by cron (examples: UTC, Europe/Moscow, America/New_York)
TZ=UTC