[FIX] Fix token associated with github actions (#607)

pull/609/head
Amir Zarrinkafsh 2020-02-02 00:47:23 +11:00 committed by GitHub
parent 7f19078efb
commit 006c9e20db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- uses: harupy/comment-on-pr@master - uses: harupy/comment-on-pr@v0.1.0
env: env:
GITHUB_TOKEN: ${{ secrets.COMMENT_ON_PR_GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
filename: prcomments.md filename: prcomments.md