actions-marketplace-validations/Raygun Deployment
Notify Raygun about a deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 30, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/nbadal_raygun-deploy@c57f82120b173497ce4e9c5860a919569aa6764e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| apiKey | The API Key of your Raygun Application, found in Application settings. | yes | — |
| version | The version of your Application that this deployment is releasing. Should be the same as the version string you use in your Raygun error reports. | yes | — |
| authToken | Auth token generated on your Raygun User Settings Page | yes | — |
| ownerName | The name of the person who is creating this deployment. Ideally should be a Raygun User. | no | "" |
| emailAddress | The email address of the person who is creating this deployment. Ideally should be a Raygun User email address. | no | "" |
| comment | The deployment notes. This will be parsed as Markdown. | no | "" |
| scmIdentifier | The commit that this deployment was built off. For example, a commit hash. | no | ${{ github.sha }} |
| scmType | The source control system you are using. | no | GitHub |
| createdAt | The date and time this deployment was released in ISO 8601 form. | no | "" |
Outputs
| name | description |
|---|---|
| deploymentId | Unique identifier |
| url | Full URL to the newly created deployment |
| applicationUrl | Full URL to the application in Raygun |