Skip to content

Commit edffd9f

Browse files
Fix typo in welcome.yml for repo_token (#18)
2 parents 9f35c35 + 3098cbd commit edffd9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/welcome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Welcome first-time contributors
2020
uses: actions/first-interaction@v3
2121
with:
22-
repo-token: ${{ secrets.GITHUB_TOKEN }}
22+
repo_token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
issue_message: |
2525
👋 Thanks for opening your first issue in StormCom!

0 commit comments

Comments
 (0)