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