Skip to content

fix(notifications): add new Android permissions to use Notifications #238

fix(notifications): add new Android permissions to use Notifications

fix(notifications): add new Android permissions to use Notifications #238

Workflow file for this run

name: Dev workflow
on:
push:
branches:
- dev
jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.13.9'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
page:
uses: ./.github/workflows/pages.deploy.yaml
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.13.9'
android_output: 'aab'
env: 'dev'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
sentry_dsn: ${{ secrets.SENTRY_DSN }}
fastlane-dry-run:
needs: [ flutter-build ]
uses: ./.github/workflows/fastlane.action.yaml
with:
lane: 'dry_run'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}