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
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'
]
});