Skip to content

Commit 0f572f3

Browse files
committed
GitHub a11y-scanner: provided repo and token; setup still incomplete
1 parent 1402ce4 commit 0f572f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/a11y-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
repository: barronbytes/teacher-scripts
1313
token: ${{ secrets.GH_A11Y_TOKEN }}
1414
# 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.
15-
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.
15+
cache_key: teacher-scripts-a11y-scan-cache
16+
# Provide a filename that will be used when caching results. We recommend including the name or domain of the site being scanning.

0 commit comments

Comments
 (0)