We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c0204 commit 5ff0647Copy full SHA for 5ff0647
2 files changed
.github/workflows/build_and_test.yml
@@ -17,11 +17,6 @@ jobs:
17
uses: actions/checkout@v3
18
19
- 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
26
27
- name: Install uv
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "athena-protobufs"]
2
path = athena-protobufs
3
- url = https://github.com/crispthinking/athena-protobufs.git
+ url = git@github.com:crispthinking/athena-protobufs.git
0 commit comments