Skip to content

Auto Release

Auto Release #56

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@08c8b2d70d9d65f08d49336ef6fa6b42bccc4cff # v4.11.8
secrets: inherit