diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml index 3de8ad8..f265485 100644 --- a/.github/workflows/invitation.yml +++ b/.github/workflows/invitation.yml @@ -12,7 +12,7 @@ jobs: with: organization: afridevelopers label: ✉️ github-invitation - repo-token: ${{ secrets.SOME_INVITE_SECRET }} + repo-token: ${{ secrets.REPO_GITHUB_TOKEN }} comment: "![image](https://raw.githubusercontent.com/afridevelopers/support/master/welcome_afridevelopers.gif)
Invitation sent to join the GitHub Organization. Welcome to Afridevelopers 🎉

Please check your mail to accept the invitation sent by GitHub! 🤖

About us

Afridevelopers is a remarkable open-source solution tailored for serverless platforms, aimed at empowering creators to craft their infrastructure solutions. 💻 We're thrilled to welcome you into our vibrant community! ✨ We eagerly anticipate your valuable contributions! 🤓 Don't forget to explore our community on [Github](https://github.com/afridevelopers) and connect with us on [LinkedIn](https://www.linkedin.com/company/afridevelopers/) 💜 Feel free to spread the word about our community to like-minded individuals interested in development, DevOps, technology, and collaborative contributions. 👉💜👈" env: INVITE_TOKEN: ${{ secrets.AFRI_INVITE_TOKEN }}