From 5ebe9be8938b66e9df2ebc0c41408dda6c3e8d13 Mon Sep 17 00:00:00 2001 From: MSOB7Y <85245079+MSOB7YY@users.noreply.github.com> Date: Sun, 29 Oct 2023 04:02:30 +0200 Subject: [PATCH] Update dart.yml --- .github/workflows/dart.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index ba90748d..26b22539 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -30,9 +30,12 @@ jobs: with: flutter-version: '3.13.3' - - name: Setup credentials to access private repositories - run: git config --global url.https://${{ secrets.PAT_ORG }}@github.com/.insteadOf https://github.com/ + - name: setup credentials for namidaco + run: git config --global url.https://${{ secrets.PAT_ORG }}@github.com/namidaco/.insteadOf https://github.com/namidaco/ + - name: setup credentials for MSOB7YY + run: git config --global url.https://${{ secrets.PAT }}@github.com/MSOB7YY/.insteadOf https://github.com/MSOB7YY/ + - name: Install dependencies run: flutter pub get