Skip to content

Commit 5ff0647

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

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ 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/"
2520
git submodule update --init --recursive
2621

2722
- name: Install uv

.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)