From 878ae1fa67709cb2d90773c8be54501fe25759c6 Mon Sep 17 00:00:00 2001 From: ramin-deriv Date: Mon, 23 Dec 2024 17:42:34 +0800 Subject: [PATCH] update_workflow --- .github/workflows/all_packages.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/all_packages.yaml b/.github/workflows/all_packages.yaml index c3d4df7f2..f7282a35f 100644 --- a/.github/workflows/all_packages.yaml +++ b/.github/workflows/all_packages.yaml @@ -20,13 +20,6 @@ jobs: - name: Git Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - name: Set SSH Key - uses: webfactory/ssh-agent@fd34b8dee206fe74b288a5e61bc95fba2f1911eb - with: - ssh-private-key: | - ${{ secrets.SSH_PRIVATE_KEY }} - ${{ secrets.SSH_CHART_PRIVATE_KEY }} - - name: Setup Flutter uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa with: @@ -34,11 +27,17 @@ jobs: flutter-version: "3.24.1" cache: true + - name: Set SSH Key + uses: webfactory/ssh-agent@fd34b8dee206fe74b288a5e61bc95fba2f1911eb + with: + ssh-private-key: | + ${{ secrets.SSH_PRIVATE_KEY }} + ${{ secrets.SSH_CHART_PRIVATE_KEY }} - name: Install Melos and run pub get uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a with: - melos-version: "3.2.0" + melos-version: "3.0.1" - name: Run Analyze run: melos run analyze