Skip to content

Commit aa36d58

Browse files
committed
Add documentation for ECS
1 parent c1990b7 commit aa36d58

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/wiki/Addon:-Github-AWS-ECS.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Environment Variables
2+
3+
To use this workflow, you need to config these variables in the [GitHub Actions secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) of the repository:
4+
5+
- `AWS_REGION`
6+
- `AWS_ACCESS_KEY_ID`
7+
- `AWS_SECRET_ACCESS_KEY`
8+
- `ECS_CLUSTER`
9+
- `ECS_SERVICE`
10+
- `ECS_TASK_DEFINITION`
11+
- `ECS_CONTAINER_NAME`
12+
- `ECR_REPOSITORY`

.github/wiki/Addon:-Github-Wiki.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
## Config
1+
## Environment Variables
22

3-
`WIKI_ACTION_TOKEN`: Generate personal access token to allow action push the markdown content files in `.github/wiki` to Github Wiki section.
3+
To use this workflow, you need to config these variables in the [GitHub Actions secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) of the repository:
4+
5+
- `WIKI_ACTION_TOKEN`: Generate [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) to allow action push the markdown content files in `.github/wiki` to Github Wiki section.

0 commit comments

Comments
 (0)