We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a01c2 commit 323ece7Copy full SHA for 323ece7
README.md
@@ -21,3 +21,8 @@ pre-commit install
21
```shell
22
docker compose -f docker-compose-dev.yml -p go-capture-api up -d --build
23
```
24
+
25
+## Deploy GithubRole
26
+```shell
27
+aws cloudformation create-stack --stack-name GoCaptureGithubRole --parameters ParameterKey=Repository,ParameterValue=<github-repo> --template-body "$(cat cloud-formation/github-role.yaml)" --capabilities CAPABILITY_NAMED_IAM
28
+```
0 commit comments