Skip to content

Commit

Permalink
Create copy_repo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciMoore authored Feb 19, 2025
1 parent 48955ea commit 1bcb46e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/copy_repo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Release a repo with tag

on:
push:
branches:
- main
workflow_dispatch:
inputs:
title:
description: 'Release title: some special text for the release, version number used if not provided'
required: false
default: ''

jobs:
release_pkg:
uses: DCAN-Labs/dsm-gha-release_repo/.github/workflows/workflow.yml@main
secrets: inherit
with:
remote_owner: 'DCAN-Labs'
remote_repo: 'hbcd-docs'
release_title: ${{ inputs.title }}
version_major: ${{ vars.VAR_RELEASE_VERSION_MAJOR }}
is_pkg: false
exclude: '.github/*'

0 comments on commit 1bcb46e

Please sign in to comment.