Skip to content

Commit

Permalink
chore: update release to use workflow_dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderblue committed Jan 31, 2023
1 parent f378b12 commit 7f9e51d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release

on:
- release
workflow_dispatch:

jobs:
basic_test:
Expand All @@ -18,6 +18,5 @@ jobs:
uses: ./
with:
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID }}
revision: "${{ github.repository }}:${{ env.RELEASE_VERSION }}"
guid: ${{ secrets.NEW_RELIC_ENTITY_GUID }}
version: "${{ github.repository }}:${{ env.RELEASE_VERSION }}"

0 comments on commit 7f9e51d

Please sign in to comment.