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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ For more information, see [action.yml](./action.yml) and [GitHub Actions guide](
28
28
|`fail-under-line`| 0 - 100 | Fail if the total line coverage is less than this value. |
29
29
|`coveralls-out`| Path | Output file of the generated [Coveralls API](https://docs.coveralls.io/api-introduction) coverage report. |
30
30
|`coveralls-send`|`true` or `false`| Send the generated Coveralls API coverage report to it's endpoint. Defaults to `false`. |
31
-
|`github-token`| Token |[GitHub token](https://docs.github.com/en/actions/security-guides/automatic-token-authentication) of your project. Must be set to `${{ secrets.GITHUB_TOKEN }}`. Required for sending Coveralls API coverage report successfully. |
31
+
|`github-token`| Token |[GitHub token](https://docs.github.com/en/actions/security-guides/automatic-token-authentication) of your project. Should be set to `secrets.GITHUB_TOKEN`. Required for sending Coveralls API coverage report successfully. |
0 commit comments