Skip to content

Commit 2b1d066

Browse files
committed
fix: try using ssh instead of https and a PAT
1 parent d5c0204 commit 2b1d066

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Initialize submodules
20-
env:
21-
GIT_ASKPASS: /bin/echo
22-
GH_PAT: ${{ secrets.GH_PAT }}
23-
run: |
24-
git config --global url."https://${GH_PAT}@github.com/".insteadOf "https://github.com/"
25-
git submodule update --init --recursive
20+
run: git submodule update --init --recursive
2621

2722
- name: Install uv
2823
uses: astral-sh/setup-uv@v6

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "athena-protobufs"]
22
path = athena-protobufs
3-
url = https://github.com/crispthinking/athena-protobufs.git
3+
url = git@github.com:crispthinking/athena-protobufs.git

0 commit comments

Comments
 (0)