From 86736500f2ef2b6063fb67edb8a1870645f9a8dd Mon Sep 17 00:00:00 2001 From: devlopersabbir Date: Sun, 16 Mar 2025 14:23:43 +0600 Subject: [PATCH 1/2] update secrated token variable name --- .github/workflows/auto-comments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-comments.yml b/.github/workflows/auto-comments.yml index d94d83b..22c68d1 100644 --- a/.github/workflows/auto-comments.yml +++ b/.github/workflows/auto-comments.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: wow-actions/auto-comment@v1 with: - GITHUB_TOKEN: ${{ secrets.lsc-storage }} + GITHUB_TOKEN: ${{ secrets.READ_WRITE_TOKEN }} issuesOpened: | Hello @{{ author }}👋 Thank you for raising an issue. We will will investigate into the matter and get back to you as soon as possible. From 16057a96fe2e6e9965eb57eb60a889f163e65c41 Mon Sep 17 00:00:00 2001 From: devlopersabbir Date: Sun, 16 Mar 2025 14:37:44 +0600 Subject: [PATCH 2/2] auto comments --- .github/workflows/auto-comments.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-comments.yml b/.github/workflows/auto-comments.yml index 22c68d1..ae8607d 100644 --- a/.github/workflows/auto-comments.yml +++ b/.github/workflows/auto-comments.yml @@ -6,10 +6,10 @@ jobs: steps: - uses: wow-actions/auto-comment@v1 with: - GITHUB_TOKEN: ${{ secrets.READ_WRITE_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} # Use the renamed secret issuesOpened: | Hello @{{ author }}👋 - Thank you for raising an issue. We will will investigate into the matter and get back to you as soon as possible. + Thank you for raising an issue. We will investigate the matter and get back to you as soon as possible. Please make sure you have given us as much context as possible. Repository OWNER @devlopersabbir, please check ASAP 🚀