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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@
14
14
- Description: Session Token for the current AWS session. Only required if you assume a role first.
15
15
16
16
#### IAM_USERNAME
17
-
- Required: ***True***
18
-
- Description: Name of IAM user being rotated
17
+
- Required: ***False***
18
+
- Description: Name of IAM user being rotated, if not set the username which is used in the AWS credentials is used
19
19
20
-
#### GITHUB_TOKEN
20
+
#### PERSONAL_ACCESS_TOKEN
21
21
- Required: ***True***
22
-
- Description: Github Token with **Repo Admin** access of the target repo. As of 4/16/2020 `${{github.token}}` does not have permission to query the Secrets API.
22
+
- Description: Github Token with **Repo Admin** access of the target repo. As of 4/16/2020 `${{github.token}}` does not have permission to query the Secrets API. The existing env var GITHUB_TOKEN which is added automatically to all runs does not have the access secrets.
0 commit comments