From 006c9e20dba293e409b476ae7ac8b412126d8008 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Sun, 2 Feb 2020 00:47:23 +1100 Subject: [PATCH] [FIX] Fix token associated with github actions (#607) --- .github/workflows/prcomments.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prcomments.yml b/.github/workflows/prcomments.yml index 4ca577ba..c5173ffa 100644 --- a/.github/workflows/prcomments.yml +++ b/.github/workflows/prcomments.yml @@ -6,8 +6,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: harupy/comment-on-pr@master + - uses: harupy/comment-on-pr@v0.1.0 env: - GITHUB_TOKEN: ${{ secrets.COMMENT_ON_PR_GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: filename: prcomments.md \ No newline at end of file