Skip to content

Commit 480ae13

Browse files
authored
Update readme to include a note about GITHUB_TOKEN
I was required to map the GITHUB_TOKEN to an environment variable to allow actions_comment on a Pull Request.
1 parent f17ecb9 commit 480ae13

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)