Skip to content

Commit

Permalink
added env
Browse files Browse the repository at this point in the history
  • Loading branch information
dante-accenture committed Jul 30, 2024
1 parent fc6d92f commit 5f062dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
with:
java-version: '17.x'

- name: Make envfile
uses: SpicyPizza/create-envfile@v2.0
with:
envkey_APIKEY: ${{ secrets.SECRET_KEY }}
file_name: .env
fail_on_empty: false
sort_keys: false

- uses: subosito/flutter-action@v1
with:
channel: 'stable'
Expand Down

0 comments on commit 5f062dd

Please sign in to comment.