Pull and push git repo with token
Some checks failed
/ blog-pim (push) Failing after 7s

This commit is contained in:
Pim Kunis 2024-04-30 22:22:30 +02:00
parent 724aa914c0
commit 8f7d6b5c3c

View file

@ -11,7 +11,7 @@ jobs:
GIT_AUTHOR_EMAIL: noreply@git.kun.is
steps:
- name: Clone container-images repository
run: git clone ${GITHUB_SERVER_URL}/home/container-images.git container-images
run: git clone https://${{ secrets.RUNNER_TOKEN }}@${GITHUB_SERVER_URL#https://}/home/container-images.git container-images
- name: Update Nix input on container-images
run: nix flake lock --update-input blog-pim ./container-images
- name: Push changes to container-images repo