try pipeline withour checkout

This commit is contained in:
Kersten Kriegbaum 2025-06-09 22:34:57 +02:00
parent 331760b44a
commit 4e925e3e29

View file

@ -9,6 +9,9 @@ jobs:
runs-on: docker
steps:
- name: debug console log token
run: |
echo ${{ secrets.KRIEGBUAM_IO_TOKEN }}
- name: Checkout privates Repo von git.kriegbaum.io
run: |
git config --global url."https://badmomber:${{ secrets.KRIEGBUAM_IO_TOKEN }}@git.kriegbaum.io".insteadOf "https://git.kriegbaum.io"