Skip to content

Commit

Permalink
update_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin-deriv committed Dec 23, 2024
1 parent db79f2a commit 432e7ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/all_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ 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: 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 432e7ab

Please sign in to comment.