mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-07 05:35:00 +08:00
Adds hotio webhook
This commit is contained in:
parent
3055f0e6a4
commit
da820bb2bb
2 changed files with 14 additions and 0 deletions
7
.github/workflows/develop.yml
vendored
7
.github/workflows/develop.yml
vendored
|
@ -18,6 +18,13 @@ jobs:
|
|||
with:
|
||||
ref: develop
|
||||
|
||||
- name: Trigger Hotio Webhook
|
||||
uses: joelwmale/webhook-action@master
|
||||
with:
|
||||
url: ${{ secrets.HOTIO_WEBHOOK_URL }}
|
||||
headers: '{"Authorization": "Bearer ${{ secrets.HOTIO_WEBHOOK_SECRET }}"}'
|
||||
body: '{ "application": "qbitmanage", "branch": "nightly" }'
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
|
7
.github/workflows/latest.yml
vendored
7
.github/workflows/latest.yml
vendored
|
@ -14,6 +14,13 @@ jobs:
|
|||
- name: Check Out Repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Trigger Hotio Webhook
|
||||
uses: joelwmale/webhook-action@master
|
||||
with:
|
||||
url: ${{ secrets.HOTIO_WEBHOOK_URL }}
|
||||
headers: '{"Authorization": "Bearer ${{ secrets.HOTIO_WEBHOOK_SECRET }}"}'
|
||||
body: '{ "application": "qbitmanage", "branch": "release" }'
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue