Update GH token in perf check job into one that doesn't expire

This commit is contained in:
Damian Mee 2020-01-21 14:11:46 +07:00
parent 19c7010f9d
commit 72c9be9a5c
No known key found for this signature in database
GPG Key ID: 2F961EAB8789725D

View File

@ -133,7 +133,7 @@ jobs:
- uses: actions/github-script@0.4.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
github-token: ${{secrets.GITHUB_TOKEN_NOEXPIRE}}
script: |
github.issues.createComment({
owner: 'lncm',