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 f8cce30 commit fd6942a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
with:
flutter-version: '3.13.3'

- name: Setup credentials to access private repositories
run: git config --global url.https://${{ secrets.PAT }}@github.com/.insteadOf https://github.com/

- name: Install dependencies
run: flutter pub get

Expand Down

0 comments on commit fd6942a

Please sign in to comment.