Nightly mochajs.org Deploy #1917
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Deploy `mochajs.org` branch nightly by hitting a netlify build URL. | |
# This updates the list of supporters | |
# It uses commands from netlify.toml at root of repo | |
name: Nightly mochajs.org Deploy | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
permissions: | |
contents: read | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Webhook Action | |
uses: joelwmale/webhook-action@cc1a66f987e1591785273fd6f9d2f7a9d8d7c9cd | |
env: | |
data: '' | |
WEBHOOK_URL: ${{ secrets.NETLIFY_NIGHTLY_DEPLOY_URL }} |