Skip to content

Commit

Permalink
chore: token fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshsinghrathore committed May 13, 2024
1 parent 5191968 commit c42d1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.USER_TOKEN }}
issue-message: |
Congratulations, @${{ github.actor }}! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!
pr-message: |
Expand Down

0 comments on commit c42d1a9

Please sign in to comment.