Skip to content

chore: update to fluvio 0.12.0 #26

chore: update to fluvio 0.12.0

chore: update to fluvio 0.12.0 #26

Workflow file for this run

name: Publish Hub
permissions: read-all
on:
push:
tags:
- v*
workflow_dispatch:
inputs:
branch:
description: "The branch, tag or SHA to checkout"
required: true
type: string
default: "main"
jobs:
publish:
uses: infinyon/fluvio/.github/workflows/connector-publish.yml@master
with:
package-name: http-source
branch: ${{ github.event.inputs.branch }}
fail-fast: false
readme: ./README.md
secrets:
CLOUD_USER_EMAIL: ${{ secrets.HUB_USER_EMAIL }}
CLOUD_USER_PASSWORD: ${{ secrets.HUB_USER_PASSWORD }}