From 0f2f458eecf44ceb3df56dc27ac5eeda3d65161b Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Sun, 24 Aug 2025 05:45:02 +0000 Subject: [PATCH] Update .gitea/workflows/playbooks.yml --- .gitea/workflows/playbooks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/playbooks.yml b/.gitea/workflows/playbooks.yml index a7b8a28..f858088 100644 --- a/.gitea/workflows/playbooks.yml +++ b/.gitea/workflows/playbooks.yml @@ -14,7 +14,7 @@ jobs: - name: Setup environment run: | apk add git - git clone https://gitea.akshun-lab.uk/akshun/ansible.git /mnt + git clone https://gitea.akshun-lab.cc/aggarwalakshun/ansible.git /mnt echo -e "${{ secrets.ANSIBLE_PRIVATE_KEY }}" > /mnt/default-key && \ echo "${{ secrets.ANSIBLE_BECOME_PASS }}" > /mnt/become-pass.txt && \ chmod 600 /mnt/default-key @@ -33,7 +33,7 @@ jobs: - name: Setup environment run: | apk add git - git clone https://gitea.akshun-lab.uk/akshun/ansible.git /mnt + git clone https://gitea.akshun-lab.cc/aggarwalakshun/ansible.git /mnt echo -e "${{ secrets.ANSIBLE_PRIVATE_KEY }}" > /mnt/default-key && \ echo "${{ secrets.ANSIBLE_BECOME_PASS }}" > /mnt/become-pass.txt && \ chmod 600 /mnt/default-key @@ -52,7 +52,7 @@ jobs: - name: Setup environment run: | apk add git - git clone https://gitea.akshun-lab.uk/akshun/ansible.git /mnt + git clone https://gitea.akshun-lab.cc/aggarwalakshun/ansible.git /mnt echo -e "${{ secrets.ANSIBLE_PRIVATE_KEY }}" > /mnt/default-key && \ echo "${{ secrets.ANSIBLE_BECOME_PASS }}" > /mnt/become-pass.txt && \ chmod 600 /mnt/default-key