Skip to content

Commit

Permalink
ci(app): use GH secrets for chdp build
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Sep 27, 2022
1 parent 7f87259 commit 19780e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
- run: flutter pub get
- run: flutter pub run build_runner build
- run: flutter build apk
env:
GPR_USER: ${{ secrets.GPR_USER }}
GPR_TOKEN: ${{ secrets.GPR_TOKEN }}
D4L_CLIENT_ID: ${{ secrets.D4L_CLIENT_ID }}
D4L_CLIENT_SECRET: ${{ secrets.D4L_CLIENT_SECRET }}

build-ios:
name: Build iOS Package
Expand Down

0 comments on commit 19780e2

Please sign in to comment.