From 013e1dda9024449e3398122769f12fd1525472d7 Mon Sep 17 00:00:00 2001 From: Avelino Date: Fri, 7 Apr 2023 14:10:48 -0300 Subject: [PATCH] Update pull-request-first-comment.yaml --- .github/workflows/pull-request-first-comment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request-first-comment.yaml b/.github/workflows/pull-request-first-comment.yaml index f50130ab..188dab6c 100644 --- a/.github/workflows/pull-request-first-comment.yaml +++ b/.github/workflows/pull-request-first-comment.yaml @@ -8,6 +8,8 @@ jobs: commentCreated: runs-on: ubuntu-latest environment: action + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} steps: - name: first comment uses: peter-evans/create-or-update-comment@v2