lindluni/Department of Veterans Affairs New User Automation
Automates the addition of new users into the VA org
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| body | The body of the newly created issue | yes | ${{ toJSON(github.event.issue.body) }} |
| issue_number | The GitHub issue number | yes | ${{ github.event.issue.number }} |
| org | The GitHub org containing the repo | yes | ${{ github.repository_owner }} |
| repo | The repo where the GitHub issue exists | yes | — |
| success_message | Comment body on success invitation | yes | User successfuly invited |
| suffix | The email domain of the organization | yes | — |
| team | The default team to add all users to | yes | — |
| token | GitHub Admin PAT to open issues and comment | yes | — |
| gmail_user | G-Mail user who owns the secrets | yes | — |
| gmail_secret | G-Mail app password | yes | — |
| gmail_from | E-mail for the From header | yes | — |
| gmail_template | String template to form the email body from | yes | — |
| gmail_reply_to | E-mail for the Reply-To header | yes | — |
Outputs
no outputs