From c000c7ab11e74c7fa5de9f073156bc37f5b8cd49 Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Thu, 4 Mar 2021 14:46:34 -0800 Subject: [PATCH] fix(tools): use new token thanks Randy (#41362) * fix(tools): temp disable cron * fix: new token thanks Randy --- .github/workflows/crowdin-i18n-curriculum-download.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-i18n-curriculum-download.yml b/.github/workflows/crowdin-i18n-curriculum-download.yml index d11f77fa30..ab7d4991fe 100644 --- a/.github/workflows/crowdin-i18n-curriculum-download.yml +++ b/.github/workflows/crowdin-i18n-curriculum-download.yml @@ -89,7 +89,7 @@ jobs: - name: Create PR uses: actions/github-script@v3 with: - github-token: ${{ secrets.GITHUB_ACTIONS_CAMPERBOT_PA_TOKEN }} + github-token: ${{ secrets.CROWDIN_CAMPERBOT_PAT }} script: | const PR = await github.pulls.create({ owner: 'freeCodeCamp', @@ -115,6 +115,7 @@ jobs: repo: 'freeCodeCamp', pull_number: PRNumber, reviewers: [ + 'RandellDawson', 'nhcarrigan' ] });