diff --git a/.github/workflows/publish-pod.yml b/.github/workflows/publish-pod.yml index e27d0d0..d096e35 100644 --- a/.github/workflows/publish-pod.yml +++ b/.github/workflows/publish-pod.yml @@ -12,11 +12,6 @@ jobs: steps: - name: Download Source uses: actions/checkout@v4.2.2 - - name: Install SSH Key - uses: kielabokkie/ssh-key-and-known-hosts-action@v1 - with: - ssh-private-key: ${{ secrets.PRIVATE_SSH_KEY }} - ssh-host: github.com - name: Get Tag Information run: |- version=$(echo ${{ github.ref }} | awk -F "/" '{print $3}') diff --git a/DEPS b/DEPS index 5c34e4f..2fa2fda 100644 --- a/DEPS +++ b/DEPS @@ -36,7 +36,7 @@ deps = { }, 'build': { "type": "git", - "url": "git@github.com:lynx-family/buildroot.git", + "url": "https://github.com/lynx-family/buildroot.git", "commit": "b74a2ad3759ed710e67426eb4ce8e559405ed63f", "ignore_in_git": True, "condition": system in ['linux', 'darwin', 'windows'] diff --git a/DebugRouter.podspec b/DebugRouter.podspec index b975e8a..b2563d4 100644 --- a/DebugRouter.podspec +++ b/DebugRouter.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/lynx-family/debug-router' s.license = 'Apache' s.author = 'Lynx' - s.source = { :git => 'git@github.com:lynx-family/debug-router.git', :tag => s.version.to_s + '-ios' } + s.source = { :git => 'https://github.com/lynx-family/debug-router.git', :tag => s.version.to_s + '-ios' } s.pod_target_xcconfig = { "GCC_PREPROCESSOR_DEFINITIONS" => "OS_IOS=1" } s.ios.deployment_target = '9.0' diff --git a/test/e2e_test/iOSExample/Podfile b/test/e2e_test/iOSExample/Podfile index f91ecfe..eaae64e 100644 --- a/test/e2e_test/iOSExample/Podfile +++ b/test/e2e_test/iOSExample/Podfile @@ -3,7 +3,7 @@ platform :ios, '9.0' target 'DebugRouter_Example' do pod 'DebugRouter', :path => '../../../' - pod 'SocketRocket', :git => 'git@github.com:facebookincubator/SocketRocket.git', :tag => '0.6.0' + pod 'SocketRocket', :git => 'https://github.com/facebookincubator/SocketRocket.git', :tag => '0.6.0' end target 'DebugRouter_Tests' do diff --git a/test/e2e_test/iOSExample/Podfile.lock b/test/e2e_test/iOSExample/Podfile.lock index 9e4ce6b..4ec72e9 100644 --- a/test/e2e_test/iOSExample/Podfile.lock +++ b/test/e2e_test/iOSExample/Podfile.lock @@ -15,18 +15,18 @@ PODS: DEPENDENCIES: - DebugRouter (from `../../../`) - - "SocketRocket (from `git@github.com:facebookincubator/SocketRocket.git`, tag `0.6.0`)" + - "SocketRocket (from `https://github.com/facebookincubator/SocketRocket.git`, tag `0.6.0`)" EXTERNAL SOURCES: DebugRouter: :path: "../../../" SocketRocket: - :git: "git@github.com:facebookincubator/SocketRocket.git" + :git: "https://github.com/facebookincubator/SocketRocket.git" :tag: 0.6.0 CHECKOUT OPTIONS: SocketRocket: - :git: "git@github.com:facebookincubator/SocketRocket.git" + :git: "https://github.com/facebookincubator/SocketRocket.git" :tag: 0.6.0 SPEC CHECKSUMS: