-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bumping newrelic/deployment-marker-action * Bumping for package.json * Bumping create-pull-request * Forgot package-lock * Bumping eslint
- Loading branch information
1 parent
5dc66d2
commit a082e19
Showing
4 changed files
with
38 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
run: echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV | ||
|
||
- name: Add New Relic Application Deployment Marker | ||
uses: newrelic/[email protected].0 | ||
uses: newrelic/[email protected].1 | ||
with: | ||
apiKey: ${{ secrets.NEW_RELIC_API_KEY }} | ||
guid: ${{ secrets.NEW_RELIC_DEV_DEPLOYMENT_ENTITY_GUID }} | ||
|
@@ -32,7 +32,7 @@ jobs: | |
run: echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV | ||
|
||
- name: Add New Relic Application Deployment Marker | ||
uses: newrelic/[email protected].0 | ||
uses: newrelic/[email protected].1 | ||
with: | ||
apiKey: ${{ secrets.NEW_RELIC_API_KEY }} | ||
guid: ${{ secrets.NEW_RELIC_STAGING_DEPLOYMENT_ENTITY_GUID }} | ||
|
@@ -48,7 +48,7 @@ jobs: | |
run: echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV | ||
|
||
- name: Add New Relic Application Deployment Marker | ||
uses: newrelic/[email protected].0 | ||
uses: newrelic/[email protected].1 | ||
with: | ||
apiKey: ${{ secrets.NEW_RELIC_API_KEY }} | ||
guid: ${{ secrets.NEW_RELIC_PRODUCTION_DEPLOYMENT_ENTITY_GUID }} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters