From 9f350b022e5a77e7b8f96199fa0fff0fe47d08c9 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 21 Nov 2023 18:06:59 -0800 Subject: [PATCH] fix typo --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f43ddc4..ca945b5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,7 +8,7 @@ permissions: read-all jobs: eslint: env: - REVIEWDOG_GITHUB_API_TOKEN: $${{ secret.sCTC_DEVOPS_ORG_PAT }} + REVIEWDOG_GITHUB_API_TOKEN: $${{ secret.CTC_DEVOPS_ORG_PAT }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2