Skip to content

Commit

Permalink
Add documentation for ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
byhbt committed Dec 28, 2021
1 parent c1990b7 commit aa36d58
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/wiki/Addon:-Github-AWS-ECS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Environment Variables

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:

- `AWS_REGION`
- `AWS_ACCESS_KEY_ID`
- `AWS_SECRET_ACCESS_KEY`
- `ECS_CLUSTER`
- `ECS_SERVICE`
- `ECS_TASK_DEFINITION`
- `ECS_CONTAINER_NAME`
- `ECR_REPOSITORY`
6 changes: 4 additions & 2 deletions .github/wiki/Addon:-Github-Wiki.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Config
## Environment Variables

`WIKI_ACTION_TOKEN`: Generate personal access token to allow action push the markdown content files in `.github/wiki` to Github Wiki section.
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:

- `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 comments on commit aa36d58

Please sign in to comment.