Skip to content

Auto Relase

Auto Relase #18

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: Auto Relase
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@c36ac2ad09d830fd07a1994264400c8c50e10302 # v4.4.14
secrets: inherit