Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY authored Oct 29, 2023
1 parent 7a2388b commit 5ebe9be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5ebe9be

Please sign in to comment.