From d61a01aad49cc54db0a669cc61b7e85f08994162 Mon Sep 17 00:00:00 2001 From: Jeff Mendez Date: Thu, 22 Feb 2024 18:28:36 -0500 Subject: [PATCH] test(ci): add a11ywatch token & external (#57) * test(ci): add a11ywatch token & external * chore(cli): update a11ywatch_cli@0.10.15 deserialization fix --- .github/workflows/action.yml | 3 ++- README.md | 2 +- action.yml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 014e0d2..3e4dbf1 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -18,10 +18,11 @@ jobs: with: WEBSITE_URL: ${{ secrets.WEBSITE_URL }} FAIL_TOTAL_COUNT: 100 - EXTERNAL: false + EXTERNAL: true SITE_WIDE: true LIST: true UPLOAD: true + A11YWATCH_TOKEN: ${{ secrets.A11YWATCH_TOKEN }} env: DEFAULT_RUNNERS: htmlcs PAGEMIND_IGNORE_WARNINGS: true diff --git a/README.md b/README.md index b64230d..d525bdd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ When running locally the action uses A11yWatch Lite and installs the [a11ywatch- ### Usage ```yaml -- uses: a11ywatch/github-action@v2.1.9 +- uses: a11ywatch/github-action@v2.1.10 with: WEBSITE_URL: ${{ secrets.WEBSITE_URL }} SITE_WIDE: true diff --git a/action.yml b/action.yml index d917e7e..09b1d1b 100644 --- a/action.yml +++ b/action.yml @@ -175,7 +175,7 @@ runs: uses: baptiste0928/cargo-install@v1 with: crate: a11ywatch_cli - version: "0.10.14" + version: "0.10.15" features: "grpc" - name: A11yWatch CLI Install @@ -183,7 +183,7 @@ runs: uses: baptiste0928/cargo-install@v1 with: crate: a11ywatch_cli - version: "0.10.14" + version: "0.10.15" - name: Configure CLI creds if: ${{ inputs.A11YWATCH_TOKEN }}