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: packages/foo-api-docs/docs/lighthouse-check-github-action/configuration.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
@@ -76,7 +76,7 @@ Used in Slack notifications. In a [GitHub context](https://docs.github.com/en/ac
76
76
### `gitHubAccessToken`
77
77
**Type**: `string | undefined`
78
78
79
-
[Access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) of a user to post PR comments.
79
+
[GitHub Action Token](https://docs.github.com/en/actions/security-guides/automatic-token-authentication) which allows to post PR comments.
Copy file name to clipboardExpand all lines: packages/foo-api-docs/docs/lighthouse-check-github-action/examples.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ In the below example we do the following:
60
60
- Run Lighthouse on 2 URLs
61
61
- Upload reports to AWS S3.
62
62
- Notify via Slack with details about the change from Git data.
63
-
- By specifying the `pull_request` trigger and `gitHubAccessToken` - we allow automatic comments of audits on the corresponding PR from the token user.
63
+
- By specifying the `pull_request` trigger and `gitHubAccessToken` - we allow automatic comments of audits on the corresponding PR.
0 commit comments