Skip to content

Commit

Permalink
[CI] - sed correction 1
Browse files Browse the repository at this point in the history
  • Loading branch information
elidakirigo committed May 13, 2024
1 parent cd85082 commit 6fc33a8
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 @@ -11,6 +11,6 @@ jobs:
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.REPO_TOKEN }}
issue-message: "Message that will be displayed on users' first issue"
pr-message: "Message that will be displayed on users' first pull request"

0 comments on commit 6fc33a8

Please sign in to comment.