10000 Merge pull request #29 from python-project-templates/copier-update-2025-05-11T05-22-39 · python-project-templates/python-template@27af613 · GitHub
[go: up one dir, main page]

Skip to content

Copier Updates

Copier Updates #32

Workflow file for this run

name: Copier Updates
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * 0"
jobs:
update:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions-ext/copier-update@main
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
0