Skip to content

Commit

Permalink
fix workflow actions inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-m-song committed Apr 16, 2024
1 parent 6e4ee6e commit c3aa9ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
required: true
NEW_RELIC_DEPLOYMENT_ENTITY_GUID:
required: true
NEW_RELIC_API_KEY:
required: true

jobs:
notify:
Expand Down Expand Up @@ -50,4 +52,4 @@ jobs:
uses: axatol/actions/send-deployment-notification@release
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
status: ${{ steps.deploy.outcome }}
status: ${{ job.status }}
1 change: 1 addition & 0 deletions .github/workflows/push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
secrets:
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
NEW_RELIC_DEPLOYMENT_ENTITY_GUID: ${{ secrets.NEW_RELIC_DEPLOYMENT_ENTITY_GUID }}
NEW_RELIC_API_KEY: ${{ secrets.NEW_RELIC_API_KEY }}

0 comments on commit c3aa9ef

Please sign in to comment.