agrc/Service Now work note deployment notification
Creates a new work note for a specific item in a table whenever a deployment is reviewed and published.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 20, 2026
- License
- MIT
Pinned Snippet
uses: agrc/service-now-worknote-action@1233cb550dcbd6d1f57895cff1d8869781b8b1d3 # v1.0.23tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | the github token for the runner | yes | — |
| username | the username of the credentials with REST API access for basic authentication | yes | — |
| password | the password of the credentials with REST API access for basic authentication | yes | — |
| instance-name | the sub address to `https://{SN_INSTANCE}.service-now.com` | yes | — |
| table-name | the table name that contains the system id item to update | yes | — |
| system-id | the specific sys-id (row) item to write a work note for | yes | — |
Outputs
no outputs