From 88c119ff3da2203cc84b4b05a8250c691ec90294 Mon Sep 17 00:00:00 2001 From: tirumerla Date: Sat, 9 Dec 2023 02:16:27 -0800 Subject: [PATCH] Allow to raise PR instead --- .github/workflows/rc-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rc-test.yml b/.github/workflows/rc-test.yml index 1d14cc7e..84d5558a 100644 --- a/.github/workflows/rc-test.yml +++ b/.github/workflows/rc-test.yml @@ -68,7 +68,8 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - ref: ${{ secrets.SSH_PRIVATE_KEY }} + with: + ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Use node@16 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0