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
Update documentation re: when github-token input is needed
Previously, there were multiple features that resulted in the requirement for providing a GitHub access token, but since the size trends report functionality was moved to a separate action there is only one feature that requires the use of the `github-token` input.
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
@@ -116,7 +116,7 @@ Path in which to save a JSON formatted file containing data from the sketch comp
116
116
117
117
### `github-token`
118
118
119
-
GitHub access token used to get information from the GitHub API. Only needed if you're using the sizereport features with private repositories. It will be convenient to use [`${{ secrets.GITHUB_TOKEN }}`](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token). Default `""`.
119
+
GitHub access token used to get information from the GitHub API. Only needed for private repositories with `enable-size-deltas-report` set to `true`. It will be convenient to use [`${{ secrets.GITHUB_TOKEN }}`](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token). Default `""`.
0 commit comments