diff options
| -rw-r--r-- | .github/workflows/invitation.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml index ec5327a..8c2cff0 100644 --- a/.github/workflows/invitation.yml +++ b/.github/workflows/invitation.yml @@ -6,8 +6,6 @@ jobs: automate_invite: permissions: write-all runs-on: ubuntu-latest - env: - INVITE_TOKEN: ${{ secrets.BOT_TOKEN }} steps: - name: Invite on label uses: vj-abigo/invite-on-label@v1.4 @@ -16,3 +14,5 @@ jobs: label: invitation repo-token: ${{ secrets.BOT_TOKEN }} comment: '<b>邀请函发送成功~ 欢迎来到水系社区! 🎉</b><br><br>不要忘记在人员列表内将组织可见性改成“公开”("Public"),这样可以让所有人都看到。 <br>你可以在[这里](https://github.com/orgs/HydroRoll-Team/people)找到自己并且更改组织可见性。<br><br>希望这些可以帮助你!<br><br>简律纯。' + env: + INVITE_TOKEN: ${{ secrets.BOT_TOKEN }} |
