From d82d31b061de83b36b47ddd821071391beab5b3d Mon Sep 17 00:00:00 2001 From: Michael Dulude Date: Wed, 4 Dec 2024 14:10:28 -0500 Subject: [PATCH] Update weekly_html_accessibility_check.yml reverted changes. --- .github/workflows/weekly_html_accessibility_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly_html_accessibility_check.yml b/.github/workflows/weekly_html_accessibility_check.yml index ec5d61635..096f71aa1 100644 --- a/.github/workflows/weekly_html_accessibility_check.yml +++ b/.github/workflows/weekly_html_accessibility_check.yml @@ -6,8 +6,8 @@ on: jobs: Scheduled: - uses: spacetelescope/notebook-ci-actions/.github/workflows/html_accessibility_check.yml@refactor_html_accessibility_check + uses: spacetelescope/notebook-ci-actions/.github/workflows/html_accessibility_check.yml@main with: target_url: https://spacetelescope.github.io/${{ github.event.repository.name }}/ secrets: - A11YWATCH_TOKEN: ${{ secrets.A11YWATCH_TOKEN2 }} + A11YWATCH_TOKEN: ${{ secrets.A11YWATCH_TOKEN }}