Create main.yml

This commit is contained in:
Kornel Dubieniecki
2019-11-08 11:28:08 +01:00
committed by GitHub
parent e2e93a635e
commit 4f96af7008

14
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Inclusive Organization
on:
push:
branches: master
jobs:
invite:
runs-on: ubuntu-latest
steps:
- name: Invite contributor to the organization
uses: lekterable/inclusive-organization-action@v1.0.0
with:
organization: styled-components
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}