Skip to content

Commit

Permalink
update_all_packages_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin-deriv committed Dec 23, 2024
1 parent 759367a commit 4715eb5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/all_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ 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_NEW}}
${{ secrets.SSH_CHART_PRIVATE_KEY }}
- name: Install Melos and run pub get
uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a
with:
Expand Down

0 comments on commit 4715eb5

Please sign in to comment.