diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 1d55789..eaa7bb5 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -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