Skip to content

Commit

Permalink
Merge pull request #19 from newrelic/chore/test
Browse files Browse the repository at this point in the history
chore: user 'user api key' instead of 'personal api key' for org consistency
  • Loading branch information
sanderblue committed May 18, 2022
2 parents 22d64ac + 1df1066 commit 5bc109e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Deployment marker example
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set Release Version from Tag
run: echo "RELEASE_VERSION=${{ GITHUB_REF:10 }}" >> $GITHUB_ENV
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test Suite

on:
workflow_dispatch:
pull_request:
push:
branches:
Expand All @@ -27,7 +28,7 @@ jobs:
name: Basic Usage Test
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Test deployment marker
uses: ./
Expand All @@ -42,7 +43,7 @@ jobs:
name: All Inputs Test
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Test deployment marker
uses: ./
Expand All @@ -57,4 +58,3 @@ jobs:
description: "Automated Deployment via Github Actions"
region: ${{ secrets.NEW_RELIC_REGION }}
user: "hardcoded-test-username"

2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branding:
color: 'blue'
inputs:
apiKey:
description: 'Your New Relic Personal API Key.'
description: 'Your New Relic User API Key.'
required: true
accountId:
description: 'Your New Relic account ID. This account ID should have access to the specified application.'
Expand Down

0 comments on commit 5bc109e

Please sign in to comment.