You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2023. It is now read-only.
- `cdk_version` AWS CDK version to install. (default: 'latest')
89
90
- `cdk_stack` AWS CDK stack name to execute. (default: '*')
90
91
- `working_dir` AWS CDK working directory. (default: '.')
@@ -101,7 +102,7 @@ jobs:
101
102
- `AWS_SECRET_ACCESS_KEY`**Required**
102
103
- `GITHUB_TOKEN`Required for `actions_comment=true`
103
104
104
-
Recommended to get `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` from secrets. A github token is [automatically made available](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) as a secret as `GITHUB_TOKEN`.
105
+
Recommended to get `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` from secrets. The github token is [automatically made available](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) as a secret as `GITHUB_TOKEN`.
0 commit comments