From 82a282f9fe5211e94ac4f1cc0a4426701b6eaac8 Mon Sep 17 00:00:00 2001 From: Sapate Vaibhav Date: Mon, 20 May 2024 00:25:02 +0530 Subject: [PATCH] Update greetings.yaml --- .github/workflows/greetings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yaml b/.github/workflows/greetings.yaml index 2c3e7c8..704db0e 100644 --- a/.github/workflows/greetings.yaml +++ b/.github/workflows/greetings.yaml @@ -11,6 +11,6 @@ jobs: steps: - uses: actions/first-interaction@v1 with: - repo-token: ${{ secrets.WORK }} + repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible." pr-message: "Welcome to Our repository.🎊 Thank you so much for taking the time to point this out."