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 4833967 commit 7a2c625
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/all_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}


# - 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
Expand All @@ -27,12 +37,6 @@ 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
Expand Down

0 comments on commit 7a2c625

Please sign in to comment.