forked from machulav/ec2-github-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
29 lines (28 loc) · 937 Bytes
/
.env.example
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
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
#
# Create .env file using this file as a template.
# Define all your variables for local development as described below.
#
# - Use environment variables with prefix "AWS_" to give access to your test AWS account.
# - Use environment variables with prefix "INPUT_" to simulate GitHub Actions input.
# - Use GITHUB_REPOSITORY environment variable to provide the GitHub repository and it's owher as a context in the script. Use formst "owner/repo".
AWS_REGION=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
INPUT_MODE=
INPUT_GITHUB-TOKEN=
INPUT_IMAGE-ID=
INPUT_INSTANCE-TYPE=
INPUT_SUBNET-ID=
INPUT_SECURITY-GROUP-ID=
INPUT_LABELS=
INPUT_INSTANCE-ID=
INPUT_IAM-ROLE-NAME=
INPUT_SPOT-INSTANCE=
INPUT_ROOT-VOLUME-DEVICE=
INPUT_ROOT-VOLUME-TYPE=
INPUT_ROOT-VOLUME-SIZE=
INPUT_AWS-RESOURCE-TAGS=
INPUT_RUNNER-HOME-DIR=
INPUT_PRE-RUNNER-SCRIPT=
GITHUB_REPOSITORY=