From 711e1848955e8decc4144c7b950e9c9d18bc4759 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Sat, 9 Dec 2023 21:34:21 +0100 Subject: [PATCH] Fixed dev action --- .gitea/workflows/deploy_dev.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/deploy_dev.yaml b/.gitea/workflows/deploy_dev.yaml index aa826338..1b36ccab 100644 --- a/.gitea/workflows/deploy_dev.yaml +++ b/.gitea/workflows/deploy_dev.yaml @@ -114,6 +114,12 @@ jobs: runs-on: [ dobby.sh-edraft.de, ubuntu-latest ] container: git.sh-edraft.de/sh-edraft.de/act-runner:latest steps: + - name: Clone Repository + uses: https://github.com/actions/checkout@v3 + with: + token: ${{ secrets.CI_ACCESS_TOKEN }} + submodules: true + - name: Deploy Stack to sh-edraft.de uses: https://github.com/kgierke/portainer-stack-deployment@v1 with: