From 2f2299f807c6e78e63e476dfe311ecd956d9e269 Mon Sep 17 00:00:00 2001 From: MantisClone Date: Sat, 22 Mar 2025 12:32:15 -0400 Subject: [PATCH] chore: Update secret name to GH_PAT_AUTO_COMMENTS from GH_PAT --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 30dd76b..5ff7f8b 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -118,4 +118,4 @@ jobs: Thank you for contributing to our project! This test comment was triggered by the integration test workflow. secrets: - token: ${{ secrets.GH_PAT }} + token: ${{ secrets.GH_PAT_AUTO_COMMENTS }}