File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC
2+ # SPDX-License-Identifier: Apache-2.0
3+ ---
4+ name : ' Auto Release'
5+
6+ on :
7+ schedule : # Run every day at 12:00 UTC
8+ - cron : ' 0 12 * * *'
9+ workflow_dispatch :
10+
11+ jobs :
12+ release :
13+ uses : xmidt-org/shared-go/.github/workflows/auto-releaser.yml@465824a64b3ff83b02aa8b77c419211249b2a84a # v4.9.4
14+ secrets : inherit
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 ci :
23- uses : xmidt-org/shared-go/.github/workflows/ci.yml@311ad6353530f38641f0e9dcd78839618766b8cf # v4.9.1
23+ uses : xmidt-org/shared-go/.github/workflows/ci.yml@465824a64b3ff83b02aa8b77c419211249b2a84a # v4.9.4
2424 with :
2525 release-type : program
2626 release-arch-amd64 : true
You can’t perform that action at this time.
0 commit comments