Skip to content

Commit

Permalink
different pattern for private repo clone
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye committed Sep 21, 2024
1 parent b8e101b commit 9ebb94a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
uv pip install --system setuptools wheel
- name: Clone Modal monorepo
run: git clone https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/modal-labs/modal.git ../modal
# env:
# GIT_HTTP_USER: ${{ secrets.GH_PAT }}
# GIT_HTTP_PASSWORD: ${{ secrets.GH_PAT }}
run: git clone https://github.com/modal-labs/modal.git ../modal
env:
GIT_HTTP_USER: ${{ secrets.GH_PAT }}
GIT_HTTP_PASSWORD: ${{ secrets.GH_PAT }}

- name: Install requirements.dev.txt from monorepo
run: |
Expand Down

0 comments on commit 9ebb94a

Please sign in to comment.