Skip to content

Commit 6ffecb1

Browse files
committed
Try changing to htttps
1 parent b8aa6a4 commit 6ffecb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eamxx-kokkos-develop-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
cd externals/ekat/extern/kokkos
8888
if ! git remote | grep -q upstream; then
89-
git remote add upstream git@github.com:kokkos/kokkos.git
89+
git remote add upstream https://github.com/kokkos/kokkos.git
9090
fi
9191
git fetch upstream
9292
git checkout upstream/develop
@@ -133,7 +133,7 @@ jobs:
133133
run: |
134134
cd externals/ekat/extern/kokkos
135135
if ! git remote | grep -q upstream; then
136-
git remote add upstream git@github.com:kokkos/kokkos.git
136+
git remote add upstream https://github.com/kokkos/kokkos.git
137137
fi
138138
git fetch upstream
139139
git checkout upstream/develop

0 commit comments

Comments
 (0)