diff --git a/.gitea/workflows/homelab-main.yml b/.gitea/workflows/homelab-main.yml index bdfc120..0019669 100644 --- a/.gitea/workflows/homelab-main.yml +++ b/.gitea/workflows/homelab-main.yml @@ -14,7 +14,6 @@ jobs: - name: Check out repository uses: actions/checkout@v4 with: - repository: https://lab2025.duckdns.org/git/jv/my-homelab-configs.git token: ${{ secrets.GITEATOKEN }} fetch-depth: 0 - name: Validate repository @@ -32,7 +31,6 @@ jobs: - name: Check out repository uses: actions/checkout@v4 with: - repository: https://lab2025.duckdns.org/git/jv/my-homelab-configs.git token: ${{ secrets.GITEATOKEN }} fetch-depth: 0 - name: Block automatic deploy for external Gitea changes