Skip to content

Invite me to the GitHub Community Organization #85

Invite me to the GitHub Community Organization

Invite me to the GitHub Community Organization #85

Workflow file for this run

on:
issues:
types: [labeled]
jobs:
automate_invite:
runs-on: ubuntu-latest
steps:
- name: Invite on label
uses: vj-abigo/[email protected]
with:
organization: collab-community
label: invite me to the organisation
repo-token: ${{ secrets.GITHUB_TOKEN }}
comment: '<h1>Hey there buddy 👋</h1> <br> You have been invited to <a href="https://github.com/collab-community">Collab Community</a>! 🚀 You can either accept it by going to <a href="https://github.com/collab-community">the organisation page</a> or checking <a href="https://github.com/settings/emails">your primary github email inbox</a>. We request you to kindly make the organization visible on your profile, by changing the visibility settings for your name on <a>https://github.com/orgs/collab-community/people</a>.'
env:
INVITE_TOKEN: ${{ secrets.INVITE TOKEN }}

Check failure on line 17 in .github/workflows/invitation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/invitation.yml

Invalid workflow file

The workflow is not valid. .github/workflows/invitation.yml (Line: 17, Col: 25): Unexpected symbol: 'TOKEN'. Located at position 16 within expression: secrets.INVITE TOKEN