Skip to content

Commit 746c46e

Browse files
authored
Switch to using git@ for clone, to avoid having to enter password. (#7556)
1 parent ef22086 commit 746c46e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php/release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ set -ex
1010

1111
VERSION=$1
1212

13-
git clone https://github.com/protocolbuffers/protobuf-php.git
14-
git clone https://github.com/protocolbuffers/protobuf.git
13+
git clone git@github.com:protocolbuffers/protobuf-php.git
14+
git clone git@github.com:protocolbuffers/protobuf.git
1515

1616
# Clean old files
1717
pushd protobuf-php

0 commit comments

Comments
 (0)