From a5ffdff28a1ba9a02feb9c5b29d64693bf6613aa Mon Sep 17 00:00:00 2001 From: Micah Gale Date: Wed, 10 Jan 2024 09:54:30 -0600 Subject: [PATCH] Tried to give git access to private repo --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9241dbff..16af02ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,6 @@ jobs: path: coverage.xml doc-test: - needs: [build] runs-on: ubuntu-latest steps: @@ -102,6 +101,10 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: + - name: Configure git + env: + TOKEN: ${{ secrets.ACCESS_TOKEN }} + run: git config --global url."https://${TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/" - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: