Skip to content

Prepare Release

Prepare Release #5

name: 'Prepare Release'
on:
workflow_dispatch:
inputs:
version:
description: 'Version to be released.'
required: false
default: ''
type: string
base-branch:
description: 'The branch that will be used as the origin for the release branch.'
required: false
default: ''
type: string
permissions: {}
jobs:
prepare_release:
uses: OpenVoxProject/shared-actions/.github/workflows/prepare_release.yml@main
with:
allowed_owner: 'OpenVoxProject'

Check failure on line 23 in .github/workflows/prepare_release.yml

View workflow run for this annotation

GitHub Actions / Prepare Release

Invalid workflow file

The workflow is not valid. .github/workflows/prepare_release.yml (Line: 23, Col: 22): Invalid input, allowed_owner is not defined in the referenced workflow.
base-branch: ${{ github.event.inputs.base-branch }}
version: ${{ github.event.inputs.version }}
secrets:
github_pat: ${{ secrets.OPENVOXBOT_COMMIT_AND_PRS }}
ssh_private_key: ${{ secrets.OPENVOXBOT_SSH_PRIVATE_KEY }}