Skip to content

Auto Release

Auto Release #128

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: 'Auto Release'
on:
schedule: # Run every day at 12:00 UTC
- cron: '0 12 * * *'
workflow_dispatch:
jobs:
release:
uses: xmidt-org/shared-go/.github/workflows/auto-releaser.yml@19ace720cca8e364ff60cc3dd5e93b7865bfdc6f # v4.4.25
secrets: inherit