diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99f0b1e..f006176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: webfactory/ssh-agent@v0.9.0 - with: - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - - uses: erlef/setup-beam@v1 with: otp-version: ${{ env.OTP-VERSION }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1a7bc66..3dcc362 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,10 +15,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: webfactory/ssh-agent@v0.9.0 - with: - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - - uses: erlef/setup-beam@v1 with: otp-version: ${{ env.OTP-VERSION }} diff --git a/rebar.config b/rebar.config index 823d3d2..a679f1f 100644 --- a/rebar.config +++ b/rebar.config @@ -1,8 +1,8 @@ {erl_opts, [warnings_as_errors]}. {deps, [ - {ncalendar, {git, "git@github.com:nomasystems/ncalendar.git", {branch, "main"}}}, - {njson, {git, "git@github.com:nomasystems/njson.git", {branch, "main"}}} + {ncalendar, {git, "https://github.com/nomasystems/ncalendar.git", {branch, "main"}}}, + {njson, {git, "https://github.com/nomasystems/njson.git", {branch, "main"}}} ]}. {project_plugins, [ @@ -10,7 +10,7 @@ {eqwalizer_rebar3, {git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"}, "eqwalizer_rebar3"}}, - {gradualizer, {git, "git@github.com:josefs/Gradualizer.git", {branch, "master"}}}, + {gradualizer, {git, "https://github.com/josefs/Gradualizer.git", {branch, "master"}}}, rebar3_ex_doc ]}. {erlfmt, [write]}. @@ -22,8 +22,8 @@ {eqwalizer_support, {git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"}, "eqwalizer_support"}}, - {nct_util, {git, "git@github.com:nomasystems/nct_util.git", {branch, "main"}}}, - {triq, {git, "git@github.com:nomasystems/triq.git", {branch, "master"}}} + {nct_util, {git, "https://github.com/nomasystems/nct_util.git", {branch, "main"}}}, + {triq, {git, "https://github.com/nomasystems/triq.git", {branch, "master"}}} ]} ]} ]}. diff --git a/rebar.lock b/rebar.lock index f9cc7f4..8023879 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,8 +1,8 @@ [{<<"ncalendar">>, - {git,"git@github.com:nomasystems/ncalendar.git", + {git,"https://github.com/nomasystems/ncalendar.git", {ref,"0237766de898145bbd55bb26eef8917535f341ca"}}, 0}, {<<"njson">>, - {git,"git@github.com:nomasystems/njson.git", + {git,"https://github.com/nomasystems/njson.git", {ref,"b230b3e6fb5e35320aeaa203762f3f12277c9970"}}, 0}].