Skip to content

Commit

Permalink
In greetings.yml, replace GITHUB TOKEN by PAT_TOKEN, with permission …
Browse files Browse the repository at this point in the history
…to publish a message
  • Loading branch information
SebConejo authored Oct 1, 2024
1 parent 2b897e8 commit 87163ff
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 @@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.PAT_TOKEN }}
issue-message: 'Welcome to Manifest, thank you for adding your first issue !'
pr-message: 'Welcome to Manifest, thank you for adding your first PR !'

0 comments on commit 87163ff

Please sign in to comment.