Skip to content

.github/workflows/deploy.yaml #273

.github/workflows/deploy.yaml

.github/workflows/deploy.yaml #273

Workflow file for this run

name: "Deploy"
run-name: Deploy (${{ github.ref_name }} -> ${{ inputs.environment }}) by @${{ github.actor }} with SHA ${{ github.sha}}
on:
workflow_dispatch:
inputs:
environment:
description: 'Deploy to Environment'
require: true
default: 'staging'
type: choice
options:
- staging
- demo
- production
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
jobs:
call-workflow:
uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.6

Check failure on line 23 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yaml" -> "scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.6" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
k8s-release-name: hyku-${{ inputs.environment }}
k8s-namespace: ${{ inputs.environment }}
secrets: inherit