Skip to content

Template Update

Template Update #1

# SPDX-FileCopyrightText: © 2025 open-nudge <https://github.com/open-nudge>
# SPDX-FileContributor: szymonmaszke <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
---
name: "Template Update"
on:
schedule:
- cron: "0 3 * * 6"
workflow_dispatch:
permissions: {} # yamllint disable-line rule:braces
concurrency:
group: >
${{ github.workflow_ref }}-${{ github.ref }}
cancel-in-progress: true
jobs:
template-update:
name: "Template Update"
permissions:
contents: "write" # Needed to update repository contents
# yamllint disable rule:line-length
uses: "open-nudge/opentemplate/.github/workflows/template-update-reusable.yml@main" # zizmor: ignore[unpinned-uses]
# yamllint enable rule:line-length
...