Skip to content

Commit 94eb3d5

Browse files
committed
docs: Remove pre-release workflow steps
1 parent 58f5cc0 commit 94eb3d5

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,13 @@ jobs:
3131
accessibility_scanner:
3232
runs-on: ubuntu-latest
3333
steps:
34-
# Retrieve the scanner code
35-
- uses: github-community-projects/continuous-ai-for-accessibility-scanner@v2
36-
with:
37-
repository: github-community-projects/continuous-ai-for-accessibility-scanner
38-
ref: v1
39-
path: ./.github/actions/continuous-ai-for-accessibility-scanner
40-
# Prepare the scanner to run
41-
- shell: bash
42-
run: cp -Rf ./.github/actions/continuous-ai-for-accessibility-scanner/.github/actions/* ./.github/actions
43-
# Run the scanner
44-
- uses: ./.github/actions/continuous-ai-for-accessibility-scanner
34+
- uses: github-community-projects/continuous-ai-for-accessibility-scanner@v1
4535
with:
4636
urls: | # Provide a newline-delimited list of URLs to scan; more information below.
4737
REPLACE_THIS
4838
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.
4939
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.
5041
```
5142
5243
> 👉 Update all `REPLACE_THIS` placeholders with your actual values. See [Action Inputs](#action-inputs) for details.

0 commit comments

Comments
 (0)