fix(tools): use new token thanks Randy (#41362)
* fix(tools): temp disable cron * fix: new token thanks Randy
This commit is contained in:
committed by
GitHub
parent
2630dc03d7
commit
c000c7ab11
@ -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'
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user