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 }}