diff options
| author | April John <30842467+CutestNekoAqua@users.noreply.github.com> | 2023-10-07 18:28:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-07 18:28:57 +0200 |
| commit | beb998f23d31832d358e6b503870796da5e7e7e2 (patch) | |
| tree | 09aa0b14a8b47d7f9c681ed41a5c92bc6498e596 | |
| parent | Use rollup node resolve (diff) | |
| download | sharkey-beb998f23d31832d358e6b503870796da5e7e7e2.tar.gz sharkey-beb998f23d31832d358e6b503870796da5e7e7e2.tar.bz2 sharkey-beb998f23d31832d358e6b503870796da5e7e7e2.zip | |
Update welcome.yml
| -rw-r--r-- | .github/workflows/welcome.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index a320276ee9..ada3db2d5f 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/first-interaction@v1.2.0 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: | 👋 @{{ author }} Thanks for opening your first issue here! If you are reporting a bug, please make sure to include steps on how to reproduce it! :D |