Skip to content

Promote to Prod

Promote to Prod #31

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 / .github/workflows/promote-prod.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/promote-prod.yaml" -> "./.github/workflows/promote.yaml" (source branch with sha:ced7be5aa66705c82aeda85eb114e4e336821ce8) : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
with:
build-number: ${{ inputs.build-number }}
target-repository: clients-maven-stage-local
target-branch: dev-stage
secrets: inherit