Skip to content

Commit

Permalink
Adding the .env file for analysing the package
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Oct 23, 2024
1 parent 7e600af commit 453d94a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
channel: stable
cache: true

- name: Add example/.env
working-directory: auth0_flutter
run: cp example/.env.example example/.env

- name: Install dependencies
working-directory: auth0_flutter
run: flutter pub get
Expand Down

0 comments on commit 453d94a

Please sign in to comment.