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
No known key found for this signature in database
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 }}