fix(tools): new token (#41611)

Use the newer camperbot token.
This commit is contained in:
Nicholas Carrigan (he/him)
2021-03-26 21:42:40 -07:00
committed by GitHub
parent 0ba8274066
commit 26228279d1

View File

@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_ACTIONS_CAMPERBOT_PA_TOKEN}}
github-token: ${{secrets.CROWDIN_CAMPERBOT_PAT}}
script: |
if (context.payload.pull_request.user.login === "renovate[bot]") {
github.pulls.createReview({