We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2491f commit 5e8bc4fCopy full SHA for 5e8bc4f
1 file changed
.github/workflows/invitation.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
organization: OpInCo-Community
13
label: Invite on label
14
- repo-token: ${{ secrets.TOKEN_GITHUB }}
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
15
comment: '<b>Invitation sent for the GitHub Organisation.</b>'
16
env:
17
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}
0 commit comments