mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 23:26:13 +02:00
This commit is contained in:
@ -6,6 +6,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Add secret file
|
- name: Add secret file
|
||||||
run: echo "${{ secrets.BONCONFIG_CONFIG_JSON }}" > botconfig/config.json
|
run: touch botconfig/config.json \
|
||||||
|
echo "${{ secrets.BONCONFIG_CONFIG_JSON }}" > botconfig/config.json
|
||||||
- name: Send webhook to portainer
|
- name: Send webhook to portainer
|
||||||
run: "curl -X POST -H 'Content-Type: application/json' -d '' http://172.23.0.1:20000/api/stacks/webhooks/6dbf44ed-eab0-4d52-a633-309d21ffd8c1"
|
run: "curl -X POST -H 'Content-Type: application/json' -d '' http://172.23.0.1:20000/api/stacks/webhooks/6dbf44ed-eab0-4d52-a633-309d21ffd8c1"
|
Reference in New Issue
Block a user