byu-oit/BYU ServiceNow - Start Standard Change RFC
Creates a Standard Change RFC in BYUs ServiceNow system.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 2, 2026
- License
- Apache 2.0
Pinned Snippet
uses: byu-oit/github-action-start-standard-change@132dd159240c0219a17271bba95017d6d470d9eb # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| client-key | The Tyk Client Key to use when calling the ServiceNow API | yes | — |
| client-secret | The Tyk Client Secret to use when calling the ServiceNow API | yes | — |
| template-id | The alias or sys_id of the standard change template (32 chars). | yes | — |
| minutes-until-planned-end | The number of minutes from the planned start time to the planned end time. | no | 15 |
| run-in-non-production | Whether to create an RFC in non-production (sandbox). Defaults to false, which makes this action a no-op in non-production. | no | false |
| dependabot-fallback | The Net ID to assign changes to when robots make changes (e.g., on a Dependabot auto-merge). | no | — |
Outputs
| name | description |
|---|---|
| rfc-started | Whether an RFC was started or reused ("true" or "false"). |
| change-sys-id | The ID of the Standard Change RFC (Ex: "7bb66e551bb81c10be7cb992cc4bcb9d") |
| rfc-number | The RFC Number (Ex: "RFC0031813") |
| work-start | The date and time the task was started, in Utah time (Ex: "2020-05-14 17:17:39") |