Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

New Relic Application Deployment Marker

Actions
Apply a New Relic application deployment marker to an application that is monitored by New Relic
v0.1.1
Verified creator
Star (62)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

New Relic Application Deployment Marker

New Relic App Deployment Marker

GitHub Marketplace version

A GitHub Action to add New Relic deployment markers during your release pipeline.

Inputs

Key Description
apiKey required Your New Relic personal API key.
applicationId required The New Relic application ID to apply the deployment marker.
region optional The region of your New Relic account. Default: "US"
revision optional Metadata to apply to the deployment marker - e.g. the latest release tag
accountId optional The account number the application falls under. This could also be a subaccount.
user optional The user creating the deployment. Default: ${{ github.actor }}

Example usage

# Add a New Relic application deployment marker on release
on:
  - release

jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - name: Apply New Relic deployment marker
        uses: newrelic/deployment-marker-action@master
        with:
          apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
          applicationId: <your application ID>
          revision: ${{ github.ref }}-${{ github.sha }}  # optional
          region: US                                     # optional
          accountId: <your New Relic account ID>         # optional
          user: ${{ github.actor }}                      # optional

New Relic Application Deployment Marker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Apply a New Relic application deployment marker to an application that is monitored by New Relic
v0.1.1

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

New Relic Application Deployment Marker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.