This repository was archived by the owner on Jul 31, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
91 lines (80 loc) · 2.51 KB
/
Copy path.env.example
File metadata and controls
91 lines (80 loc) · 2.51 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# dotenv-linter:off IncorrectDelimiter
# Do not commit your actual .env file to Git! This may contain secrets or other
# private information.
# Enable/disable step debug logging (default: `false`). For local debugging, it
# may be useful to set it to `true`.
ACTIONS_STEP_DEBUG=true
# GitHub Actions inputs should follow `INPUT_<name>` format (case-sensitive).
# Hyphens should not be converted to underscores!
INPUT_MILLISECONDS=2400
# GitHub Actions default environment variables. These are set for every run of a
# workflow and can be used in your actions. Setting the value here will override
# any value set by the local-action tool.
# https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
# CI="true"
# GITHUB_ACTION=""
# GITHUB_ACTION_PATH=""
# GITHUB_ACTION_REPOSITORY=""
# GITHUB_ACTIONS=""
# GITHUB_ACTOR=""
# GITHUB_ACTOR_ID=""
# GITHUB_API_URL=""
# GITHUB_BASE_REF=""
# GITHUB_ENV=""
# GITHUB_EVENT_NAME=""
# GITHUB_EVENT_PATH=""
# GITHUB_GRAPHQL_URL=""
# GITHUB_HEAD_REF=""
# GITHUB_JOB=""
# GITHUB_OUTPUT=""
# GITHUB_PATH=""
# GITHUB_REF=""
# GITHUB_REF_NAME=""
# GITHUB_REF_PROTECTED=""
# GITHUB_REF_TYPE=""
# GITHUB_REPOSITORY=""
# GITHUB_REPOSITORY_ID=""
# GITHUB_REPOSITORY_OWNER=""
# GITHUB_REPOSITORY_OWNER_ID=""
# GITHUB_RETENTION_DAYS=""
# GITHUB_RUN_ATTEMPT=""
# GITHUB_RUN_ID=""
# GITHUB_RUN_NUMBER=""
# GITHUB_SERVER_URL=""
# GITHUB_SHA=""
# GITHUB_STEP_SUMMARY=""
# GITHUB_TRIGGERING_ACTOR=""
# GITHUB_WORKFLOW=""
# GITHUB_WORKFLOW_REF=""
# GITHUB_WORKFLOW_SHA=""
# GITHUB_WORKSPACE=""
# RUNNER_ARCH=""
# RUNNER_DEBUG=""
# RUNNER_NAME=""
# RUNNER_OS=""
# RUNNER_TEMP=""
# RUNNER_TOOL_CACHE=""
# =========================
# GitHub Action local debug
# =========================
# Required inputs
INPUT_API-TOKEN=your_shiplight_api_token_here
INPUT_TEST-SUITE-ID=101,102,103
INPUT_ENVIRONMENT-ID=12
# Optional inputs
INPUT_ENVIRONMENT-URL=https://staging.example.com
INPUT_PREFLIGHT-TEST-CASE-ID=9001
INPUT_ASYNC=false
INPUT_TIMEOUT-SECONDS=1800
INPUT_GITHUB-COMMENT=false
INPUT_GITHUB-TOKEN=ghp_xxx_if_you_need_pr_comment
INPUT_COMMIT-SHA=
# Optional API/APP endpoint overrides (for dev/staging)
SHIPLIGHT_API_URL=https://api.shiplight.ai
SHIPLIGHT_APP_URL=https://app.shiplight.ai
# GitHub context for local PR metadata mocking
GITHUB_EVENT_NAME=pull_request
GITHUB_EVENT_PATH=__fixtures__/mock-event-pull-request.json
GITHUB_REPOSITORY=jinfengLoggia/cicd-demo
GITHUB_REF=refs/pull/1/merge
GITHUB_SHA=96cd365d0fc7db2574121ce94195dfb2b032c393