Skip to content

Commit f8f14c5

Browse files
authored
Merge pull request #6 from almcc/patch-1
Update readme to include a note about GITHUB_TOKEN
2 parents f17ecb9 + 480ae13 commit f8f14c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ jobs:
9191

9292
- `AWS_ACCESS_KEY_ID` **Required**
9393
- `AWS_SECRET_ACCESS_KEY` **Required**
94+
- `GITHUB_TOKEN` Required for `actions_comment=true`
9495

95-
Recommended to get `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` from secrets.
96+
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`.
9697

9798
## License
9899

0 commit comments

Comments
 (0)