Files
headlamp-sealed-secrets-plugin/.github/workflows/release.yaml
T
hugh-hackman[bot] 50ae430424 ci: switch to org-level reusable workflows
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 01:01:46 +00:00

19 lines
342 B
YAML

name: Release
on:
workflow_dispatch:
inputs:
version:
description: 'Release version (e.g. 1.0.0)'
required: true
type: string
permissions:
contents: write
jobs:
release:
uses: privilegedescalation/.github/.github/workflows/plugin-release.yaml@main
with:
version: ${{ inputs.version }}