Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid-shevtsov authored Jul 3, 2020
1 parent 760a053 commit 87f5164
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions fetch-task-definition/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# fetch-task-definition

Fetch task definition from ECS (to use with [aws-actions/amazon-ecs-render-task-definition](https://github.com/aws-actions/amazon-ecs-render-task-definition)).

Make sure to provide AWS credentials through the environment: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION`

```yml
- uses: railsware/github-actions/fetch-task-definition@master
with:
name: my_task_definition_name
# Default filename is task_definition.json
filename: my_task_definition.json
```

0 comments on commit 87f5164

Please sign in to comment.