Skip to content

release-branch-forward #250

release-branch-forward

release-branch-forward #250

name: release-branch-forward
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
env:
GO_VERSION: "1.23"
permissions:
contents: read
jobs:
release-branch-forward:
permissions:
actions: write
contents: write
if: github.ref == 'refs/heads/main' && github.repository == 'cri-o/cri-o'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: ${{ env.GO_VERSION }}
- run: make release-branch-forward
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DRY_RUN: false