Skip to content

docs(auth): Update TOTP snippets #1129

docs(auth): Update TOTP snippets

docs(auth): Update TOTP snippets #1129

# Generated with aft. To update, run: `aft generate workflows`
name: amplify_flutter
on:
push:
branches:
- main
- stable
pull_request:
paths:
- '.github/workflows/amplify_flutter.yaml'
- '.github/workflows/flutter_vm.yaml'
- 'packages/amplify/amplify_flutter/**/*.dart'
- 'packages/amplify/amplify_flutter/**/*.yaml'
- 'packages/amplify/amplify_flutter/lib/**/*'
- 'packages/amplify/amplify_flutter/test/**/*'
- 'packages/amplify_core/lib/**/*.dart'
- 'packages/amplify_core/pubspec.yaml'
- 'packages/amplify_lints/lib/**/*.yaml'
- 'packages/amplify_lints/pubspec.yaml'
- 'packages/aws_common/lib/**/*.dart'
- 'packages/aws_common/pubspec.yaml'
- 'packages/aws_signature_v4/lib/**/*.dart'
- 'packages/aws_signature_v4/pubspec.yaml'
- 'packages/secure_storage/amplify_secure_storage/lib/**/*.dart'
- 'packages/secure_storage/amplify_secure_storage/pubspec.yaml'
- 'packages/secure_storage/amplify_secure_storage_dart/lib/**/*.dart'
- 'packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml'
- 'packages/worker_bee/worker_bee/lib/**/*.dart'
- 'packages/worker_bee/worker_bee/pubspec.yaml'
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00
defaults:
run:
shell: bash
permissions: read-all
jobs:
test:
uses: ./.github/workflows/flutter_vm.yaml
with:
package-name: amplify_flutter
working-directory: packages/amplify/amplify_flutter