We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f87259 commit 19780e2Copy full SHA for 19780e2
.github/workflows/app.yml
@@ -48,6 +48,11 @@ jobs:
48
- run: flutter pub get
49
- run: flutter pub run build_runner build
50
- run: flutter build apk
51
+ env:
52
+ GPR_USER: ${{ secrets.GPR_USER }}
53
+ GPR_TOKEN: ${{ secrets.GPR_TOKEN }}
54
+ D4L_CLIENT_ID: ${{ secrets.D4L_CLIENT_ID }}
55
+ D4L_CLIENT_SECRET: ${{ secrets.D4L_CLIENT_SECRET }}
56
57
build-ios:
58
name: Build iOS Package
0 commit comments