Skip to content

Commit

Permalink
Setup copier autoupdatE
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Oct 11, 2024
1 parent a6c079c commit 13bb87e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes here will be overwritten by Copier
_commit: f8b63c7
_src_path: .
_src_path: https://github.com/python-project-templates/base.git
add_extension: rust
email: 3105306+timkpaine@users.noreply.github.com
github: python-project-templates
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/copier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 comments on commit 13bb87e

Please sign in to comment.