Skip to content

Commit f81004c

Browse files
Copilotbobokun
andcommitted
Remove hotio webhook step from version.yml
Co-authored-by: bobokun <12660469+bobokun@users.noreply.github.com>
1 parent 2207199 commit f81004c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/version.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -488,13 +488,6 @@ jobs:
488488
ghcr.io/${{ env.OWNER_LC }}/qbit_manage:${{ steps.get_version.outputs.VERSION }}
489489
ghcr.io/${{ env.OWNER_LC }}/qbit_manage:latest
490490
491-
- name: Trigger Hotio Webhook
492-
uses: joelwmale/webhook-action@master
493-
with:
494-
url: ${{ secrets.HOTIO_WEBHOOK_URL }}
495-
headers: '{"Authorization": "Bearer ${{ secrets.HOTIO_WEBHOOK_SECRET }}"}'
496-
body: '{ "application": "qbitmanage", "branch": "release" }'
497-
498491
create-release:
499492
runs-on: ubuntu-latest
500493
needs: [prepare-release-assets, docker-release]

0 commit comments

Comments
 (0)