Skip to content

.github/workflows/nightshift-task.yaml #1

.github/workflows/nightshift-task.yaml

.github/workflows/nightshift-task.yaml #1

name: nightshift-task
run-name: 'nightshift: ${{ inputs.task_type }}'
on:
workflow_dispatch:
inputs:
task_type:
description: 'Task type to run'
required: true
type: string
jobs:
run:
uses: BitGo/nightshift-actions/.github/workflows/nightshift-task.yaml@v1

Check failure on line 14 in .github/workflows/nightshift-task.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/nightshift-task.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/nightshift-task.yaml" -> "BitGo/nightshift-actions/.github/workflows/nightshift-task.yaml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
task_type: ${{ inputs.task_type }}
provider: bedrock
sign_commits: true
secrets:
VAULT_CF_ACCESS_CLIENT_SECRET: ${{ secrets.VAULT_CF_ACCESS_CLIENT_SECRET }}