Skip to content

GitHub Org Member Manage Action

Actions
Manage GitHub org memberships in a declarative way
v1.3.1
Latest
Star (7)

github-org-member-manage-action

Objective

Mange GitHub org memberships in a declarative way (.yaml). YAML will be the single source of truth for the org memberships.

# members.yaml
org_name: codingpot

admins:
  - kkweon
  - kkweon2

members:
  - deepdiver1
  - deepdiver2

How to use

steps:
  - uses: "codingpot/github-org-member-manage-action@v1"
    with:
      gh_token: ${{ secrets.GH_TOKEN }} # (required) Needs admin:org permission
      members_filepath: members.yaml # (optional)
      dry_run: false # (optional)
      mode: sync # (optional) write or sync

GitHub Org Member Manage Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Manage GitHub org memberships in a declarative way
v1.3.1
Latest

GitHub Org Member Manage Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.