Skip to content

Auto Release

Auto Release #72

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:
permissions:
contents: write
jobs:
release:
# yamllint disable-line
uses: xmidt-org/shared-go/.github/workflows/auto-releaser.yml@22e2a0c03b721abb18f44828d67e41b5b3ed9f94 # v4.12.4
secrets: inherit