Update node.js.yml

This commit is contained in:
2021-04-17 22:13:35 +02:00
committed by GitHub
parent d7edc85b94
commit daf5fcf0a1

View File

@ -28,3 +28,12 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy
- run: |
curl -X POST https://api.github.com/repos/TobenderZephyr/dsabot-docker/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACCESS_TOKEN }} \
--data '{"event_type": "ping", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'