From 5e8bc4f14f494a204f3b2c3235263fdb77646830 Mon Sep 17 00:00:00 2001 From: Abhishek Agrawal <48363251+fazer1929@users.noreply.github.com> Date: Sun, 15 Aug 2021 03:56:33 +0530 Subject: [PATCH] Update invitation.yml --- .github/workflows/invitation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml index 1d29257..c0477b6 100644 --- a/.github/workflows/invitation.yml +++ b/.github/workflows/invitation.yml @@ -11,7 +11,7 @@ jobs: with: organization: OpInCo-Community label: Invite on label - repo-token: ${{ secrets.TOKEN_GITHUB }} + repo-token: ${{ secrets.GITHUB_TOKEN }} comment: 'Invitation sent for the GitHub Organisation.' env: INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}