From 074a90e0ac292e8d2c6c5077a5d3daa99418ebb6 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 16 Nov 2022 00:02:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8C=E6=AD=A5gitlab?= =?UTF-8?q?=E7=A7=81=E9=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_docker_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index f539e15b..4128a2c7 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -28,7 +28,7 @@ jobs: target_repo_url: git@gitlab.com:whyour/qinglong.git ssh_private_key: - ${{ secrets.SSH_PRIVATE_KEY }} + ${{ secrets.GITLAB_SSH_PK }} build-static: runs-on: ubuntu-latest