Fix secret file
Some checks failed
Dat_Boi upload to portainer / Deploy (push) Failing after 3s

This commit is contained in:
2024-12-20 16:46:20 +01:00
parent 462f448c13
commit ffdecbf0b2

View File

@ -6,6 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add secret file
run: echo ${{ secrets.BONCONFIG_CONFIG_JSON }} > botconfig/config.json
run: echo "${{ secrets.BONCONFIG_CONFIG_JSON }}" > botconfig/config.json
- 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"