From 462f448c13c10b7dd529f9548f5753201526c352 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Fri, 20 Dec 2024 16:45:25 +0100 Subject: [PATCH] Added secret file --- .gitea/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 568dff0..9f0b0fc 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -5,5 +5,7 @@ jobs: Deploy: runs-on: ubuntu-latest steps: + - name: Add secret file + 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" \ No newline at end of file