Skip to content

Commit

Permalink
fix: use https for cloning submodules instead of ssh
Browse files Browse the repository at this point in the history
This simplifies the checkout process for github actions
  • Loading branch information
richard-ramos committed Sep 27, 2023
1 parent e0ba667 commit 02be714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "waku/v2/protocol/rln/contracts/waku-rln-contract"]
path = waku/v2/protocol/rln/contracts/waku-rln-contract
url = git@github.com:waku-org/waku-rln-contract.git
url = https://github.com/waku-org/waku-rln-contract.git
2 changes: 1 addition & 1 deletion waku/v2/protocol/rln/contracts/waku-rln-contract

0 comments on commit 02be714

Please sign in to comment.