Skip to content

Add cred support

Add cred support #96

Workflow file for this run

name: Stale Issues and PRs
on:
schedule:
- cron: "30 23 * * *"
workflow_dispatch:
inputs:
dryRun:
description: Set to true for a dry run
required: false
default: "false"
type: string
jobs:
stale_workflow:
uses: turbot/steampipe-workflows/.gitlab/workflows/stale.yml@main

Check failure on line 15 in .github/workflows/stale.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/stale.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
dryRun: ${{ gitlab.event.inputs.dryRun }}