From 0bd970f7a98627c70a616fcfdcb42e1ff29824fb Mon Sep 17 00:00:00 2001 From: egeakman Date: Sun, 9 Mar 2025 17:58:27 -0400 Subject: [PATCH] Fix issue where GHA bot can't comment on Dependabot PRs --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 8998fa3b1..a371c11d6 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -56,7 +56,7 @@ jobs: if: github.event_name == 'pull_request' with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.COMMENT_TOKEN }} script: | console.log("Hello world!"); const pr_id = ${{ github.event.number }};