Skip to content

Rewrite http module and start migrating to Exposed ORM (#28) #11

Rewrite http module and start migrating to Exposed ORM (#28)

Rewrite http module and start migrating to Exposed ORM (#28) #11

Workflow file for this run

# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: GitHook
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Invoke deployment hook
uses: distributhor/workflow-webhook@v2
env:
webhook_type: 'json-extended'
webhook_url: ${{ secrets.WEBHOOK_URL }}
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}