From f3aa50ac1e817c04a610036e2c6a0941d8b93474 Mon Sep 17 00:00:00 2001 From: Ellet <73608287+freshtechtips@users.noreply.github.com> Date: Thu, 9 Nov 2023 02:42:50 +0300 Subject: [PATCH] Update welcome.yml --- .github/workflows/welcome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 5d47fe9a..54027d81 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -13,6 +13,6 @@ jobs: - name: 'Greet the contributor' uses: garg3133/welcome-new-contributors@v1.2 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.BOT_ACCESS_TOKEN }} issue-message: 'Hello there, on behalf the Flutter Quill Team I would like to thank you for opening your first issue. Your inputs and insights are valuable in shaping a stable and reliable version for all our users. Thank you for being part of the open-source community!' pr-message: 'Hi there, thanks for opening your first Pull Request to this project!!' \ No newline at end of file