diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9f18b8..fa1319e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - name: Clone parent repo run: | - git clone https://github.com/pieceowater/QPay.git parent_repo + git clone git clone https://${{ secrets.GH_NAME }}:${{ secrets.GH_PAT }}@github.com/pieceowater/QPay.git parent_repo - name: Update submodule in parent repo run: |