Skip to content

Commit 7d95fb2

Browse files
committed
fix: no PAT token for submodule anymore
1 parent a986ee7 commit 7d95fb2

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,7 @@ jobs:
9191
- uses: actions/checkout@v5
9292

9393
- name: Initialize submodules
94-
env:
95-
GIT_ASKPASS: /bin/echo
96-
GH_PAT: ${{ secrets.GH_PAT }}
97-
run: |
98-
git config --global url."https://${GH_PAT}@github.com/".insteadOf "https://github.com/"
99-
git submodule update --init --recursive
94+
run: git submodule update --init --recursive
10095

10196
- name: Install uv
10297
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)