From 26e0b4cb095c307bbf4d2b2b74848d5047517643 Mon Sep 17 00:00:00 2001 From: Mike Yaacoub Date: Mon, 12 Dec 2022 15:16:30 -0500 Subject: [PATCH] added checkout action --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 482b59af3..55716f8c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,9 +84,15 @@ jobs: git remote -v echo "files listing" find . - git remote set-url origin https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-build-docs.git +# git remote set-url origin https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-build-docs.git git remote -v + - name: checkout repo + uses: actions/checkout@v3 + with: + repository: nosqlbench-build-docs + path: nosqlbench-build-docs + token: ${{secrets.NBDROID_TOKEN}} # Disabling this because it will be replaced soon. - name: push changes env: