Skip to content

fix(example/deps): update dependency firebase_core to ^2.30.0 #294

fix(example/deps): update dependency firebase_core to ^2.30.0

fix(example/deps): update dependency firebase_core to ^2.30.0 #294

Workflow file for this run

name: GitHub Actions
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * SUN"
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
flutter-package:
uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@8884b90b3adb3e6ec1b218531d50cf3de86d0ccd
with:
release: ${{ (github.ref == 'refs/heads/main') && (contains(fromJSON('["workflow_dispatch", "schedule"]'), github.event_name)) }}
secrets:
GH_APP_ID: ${{ secrets.GH_APP_ID }}
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
GOOGLE_SERVICE_ACCOUNT_KEY: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}