Skip to content

docs: Fixing image in README #68

docs: Fixing image in README

docs: Fixing image in README #68

Workflow file for this run

name: Add To Builders Club
on:
push:
branches: [ main ]
jobs:
invite:
runs-on: ubuntu-latest
steps:
- name: Invite contributor to the organization
uses: lekterable/[email protected]
with:
organization: builders-club
team: contributors
env:
ACCESS_TOKEN: ${{ secrets.ORG_ADMIN_ACCESS_TOKEN }}