actions-marketplace-validations/Google workspace user to GitHub Org User
Manage GitHub organisation membership with Google Workspace user accounts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 14, 2026
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/appvia_githubusermanager@070500950225f3160efbfdf1eb6dbcec11c36299 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| google-email-address | Email address to assume to, needs to be an workspace admin | yes | — |
| google-credentials | Base64d json as downloaded from the google service account creation step | yes | — |
| add-users | Set to TRUE to add users to the github organisation | yes | — |
| remove-users | Set to TRUE to remove users from the github organisation | no | — |
| exit-code-on-missmatch | Exit code to use when there is a mismatch, useful when combined with `ADD_USERS` and `REMOVE_USERS` to be used in a dry-run mode | no | — |
| github-org | GitHub Organization | yes | — |
| github-app-id | GitHub App ID | yes | — |
| github-installation-id | Github App Installation ID | yes | — |
| github-private-key | Base64d private key as downloaded from github application registration step | yes | — |
| ignored-users | Comma separated list of user ids to totally ignore always, useful for owners of an org you do not want accidentally removed | no | — |
| github-token | github token to use to pull the docker image secrets.GITHUB_TOKEN is probably fine | yes | — |
| github-actor | github actor to use to pull the docker image github.actor is probably fine | yes | — |
| slack-webhook-url | Slack webhook URL for notifications | no | — |
| slack-notify-on-error | Send Slack notification when errors occur (default: true) | no | true |
| slack-notify-on-change | Send Slack notification when membership changes are made | no | false |
| slack-notify-always | Always send Slack notification regardless of changes | no | false |
Outputs
no outputs