fix(tools): use new token thanks Randy (#41362)

* fix(tools): temp disable cron

* fix: new token thanks Randy
This commit is contained in:
Nicholas Carrigan (he/him)
2021-03-04 14:46:34 -08:00
committed by GitHub
parent 2630dc03d7
commit c000c7ab11

View File

@ -89,7 +89,7 @@ jobs:
- name: Create PR - name: Create PR
uses: actions/github-script@v3 uses: actions/github-script@v3
with: with:
github-token: ${{ secrets.GITHUB_ACTIONS_CAMPERBOT_PA_TOKEN }} github-token: ${{ secrets.CROWDIN_CAMPERBOT_PAT }}
script: | script: |
const PR = await github.pulls.create({ const PR = await github.pulls.create({
owner: 'freeCodeCamp', owner: 'freeCodeCamp',
@ -115,6 +115,7 @@ jobs:
repo: 'freeCodeCamp', repo: 'freeCodeCamp',
pull_number: PRNumber, pull_number: PRNumber,
reviewers: [ reviewers: [
'RandellDawson',
'nhcarrigan' 'nhcarrigan'
] ]
}); });