Action to send a yadwh webhook.
Required URL of the YADWH instance without the name of the yadwh group.
Required Name of the yadwh service group. (e.g. BACKEND_PROD
)
Required Secret of the yadwh group.
uses: darmiel/yadwh-action@v1
with:
url: 'https://yadwh.example.com'
name: 'BACKEND_STAGING'
secret: ${{ secrets.STAGED_DEPLOY_SECRET }}