Skip to content

Update zeta_flutter

Update zeta_flutter #8

name: Update zeta_flutter
on:
workflow_dispatch:
workflow_call:
secrets:
PAT:
required: true
env:
flutter_branch: update-zeta-icons
jobs:
publish_flutter: #TODO: Rename this to deploy, I think that is a better name
uses: ./.github/workflows/copy-content.yml
secrets: inherit
with:
repo: ZebraDevs/zeta_flutter
branch: "update-zeta-icons"
source_dir: "./outputs/dart/."
destination_dir: "lib/generated/icons"