We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c117c0c commit 4fb5fe3Copy full SHA for 4fb5fe3
.github/workflows/deploy.yml
@@ -11,9 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: akhileshns/heroku-deploy@v4
+ - name: Invoke deployment hook
15
+ uses: distributhor/workflow-webhook@v3
16
with:
- heroku_api_key: ${{secrets.HEROKU_API_KEY}}
17
- heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
18
- heroku_email: ${{secrets.HEROKU_EMAIL}}
19
- branch: "master"
+ webhook_url: ${{ secrets.DEPLOY_WEBHOOK_URL }}
+ webhook_secret: ${{ secrets.DEPLOY_WEBHOOK_SECRET }}
0 commit comments