Skip to content

Promote to Prod

Promote to Prod #1

Workflow file for this run

name: Promote to Prod
permissions:
# This is required for requesting the OIDC token
id-token: write
on:
workflow_dispatch:
inputs:
build-number:
type: number
description: Build number used to build artifact to be promoted
jobs:
promote-from-stage-to-prod:
name: Promot from stage to prod
uses: ./.github/workflows/promote.yaml

Check failure on line 17 in .github/workflows/promote-prod.yaml

View workflow run for this annotation

GitHub Actions / Promote to Prod

Invalid workflow file

The workflow is not valid. .github/workflows/promote-prod.yaml (Line: 17, Col: 11): Secret CLIENT_BOT_PAT is required, but not provided while calling.
with:
build-number: ${{ inputs.build-number }}
target-repository: client-maven-stage-local
target-branch: dev-stage