Skip to content

fix: add MAX_NUM_ORDER_AMENDS #11

fix: add MAX_NUM_ORDER_AMENDS

fix: add MAX_NUM_ORDER_AMENDS #11

Workflow file for this run

name: Continuous Delivery
on:
push:
branches: [main]
release:
types: [published]
workflow_dispatch:
inputs:
environment:
description: Environment
type: environment
required: true
jobs:
cd:
uses: czetsuyatech/actions/.github/workflows/cd.yml@main

Check failure on line 17 in .github/workflows/cd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cd.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cd.yml" -> "czetsuyatech/actions/.github/workflows/cd.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
javaVersion: '17'
secrets:
githubAppId: ${{ secrets.CT_RELEASE_APP_ID }}
githubAppPrivateKey: ${{ secrets.CT_RELEASE_APP_PRIVATE_KEY }}
githubToken: ${{ secrets.GH_PKG_TOKEN }}