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
token: ${{ secrets.GH_COMMUNITY_PROJECTS_TOKEN }} # This token must have read access to github-community-projects/continuous-ai-for-accessibility-scanner; more information below.
urls: | # Provide a newline-delimited list of URLs to scan; more information below.
43
37
REPLACE_THIS
44
38
repository: REPLACE_THIS/REPLACE_THIS # Provide a repository name-with-owner (in the format "primer/primer-docs"). This is where issues will be filed and where Copilot will open PRs; more information below.
45
39
token: ${{ secrets.GH_TOKEN }} # This token must have write access to the repo above (contents, issues, and PRs); more information below. Note: GitHub Actions’ `GITHUB_TOKEN` (https://docs.github.com/en/actions/tutorials/authenticate-with-github_token) cannot be used here.
40
+
cache_key: REPLACE_THIS # Provide a filename that will be used when caching results. We recommend including the name or domain of the site being scanning.
46
41
```
47
42
48
43
> 👉 Update all `REPLACE_THIS` placeholders with your actual values. See [Action Inputs](#action-inputs) for details.
@@ -56,15 +51,9 @@ Required Permissions:
56
51
57
52
---
58
53
59
-
### 2. Create Tokens and Add Secrets
60
-
61
-
The a11y scanner requires two Personal Access Tokens (PATs) as repository secrets:
54
+
### 2. Create a Token and Add a Secret
62
55
63
-
#### The `GH_COMMUNITY_PROJECTS_TOKEN` is a fine-grained PAT with
0 commit comments