Merge pull request #508 from github/FixAuto

fix default token
This commit is contained in:
Lukas Gravley 2020-08-03 08:16:40 -05:00 committed by GitHub
commit df67089b39
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,4 +44,4 @@ jobs:
repo: context.payload.repository.name,
pull_number: context.payload.pull_request.number
})
github-token: ${{github.token}}
github-token: ${{ secrets.GITHUB_TOKEN }}