From f4c5fd10b281fd740bddf5579eee890674b426ff Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sun, 26 Nov 2023 10:05:27 +0300 Subject: [PATCH] Update Deploy_Traefik_and_MariaDB.yml --- .github/workflows/Deploy_Traefik_and_MariaDB.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Deploy_Traefik_and_MariaDB.yml b/.github/workflows/Deploy_Traefik_and_MariaDB.yml index a029b410..08de7bd3 100644 --- a/.github/workflows/Deploy_Traefik_and_MariaDB.yml +++ b/.github/workflows/Deploy_Traefik_and_MariaDB.yml @@ -24,9 +24,9 @@ jobs: pip install -r requirements.txt pip install PyGithub - name: fintechsys/docker_compose.py # run main.py - # env: - # SOME_SECRET: ${{ secrets.SOME_SECRET }} - # run: python fintechsys/docker_compose.py + env: + SOME_SECRET: ${{ secrets.SOME_SECRET }} + run: python fintechsys/docker_compose.py # - name: Checkout repository # uses: actions/checkout@v2