Skip to content

chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#286) #126

chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#286)

chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#286) #126

Workflow file for this run

name: Continuous Delivery (nightly.fluvio.io)
on:
push:
branches:
- main
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
pre_release:
name: Pre-Release
uses: ./.github/workflows/release-nightly.yml
permissions:
contents: write
deployments: write
id-token: write
deploy:
name: Deploy
needs: pre_release
uses: ./.github/workflows/deploy.yml
permissions:
contents: write
deployments: write
id-token: write
secrets:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
with:
project_name: fluvio-docs-nightly