actions-marketplace-validations/Raygun Deployment

Notify Raygun about a deployment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 30, 2021
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/nbadal_raygun-deploy@c57f82120b173497ce4e9c5860a919569aa6764e # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
apiKeyThe API Key of your Raygun Application, found in Application settings.yes
versionThe 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
authTokenAuth token generated on your Raygun User Settings Pageyes
ownerNameThe name of the person who is creating this deployment. Ideally should be a Raygun User.no""
emailAddressThe email address of the person who is creating this deployment. Ideally should be a Raygun User email address.no""
commentThe deployment notes. This will be parsed as Markdown.no""
scmIdentifierThe commit that this deployment was built off. For example, a commit hash.no${{ github.sha }}
scmTypeThe source control system you are using.noGitHub
createdAtThe date and time this deployment was released in ISO 8601 form.no""
namedescription
deploymentIdUnique identifier
urlFull URL to the newly created deployment
applicationUrlFull URL to the application in Raygun