8000 Merge pull request #37 from python-project-templates/copier-update-2025-04-27T05-11-58 · python-project-templates/python-template-rust@c2f4022 · GitHub
[go: up one dir, main page]

Skip to content

Copier Updates

Copier Updates #40

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