Skip to content

Commit

Permalink
add copier updater
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Oct 8, 2024
1 parent b9dc64d commit cd2c1ae
Show file tree
Hide file tree
Showing 2 changed files with 19 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: d84ab3c
_src_path: .
_src_path: https://github.com/python-project-templates/base.git
add_extension: python
email: 3105306+timkpaine@users.noreply.github.com
github: python-project-templates
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/copier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

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 cd2c1ae

Please sign in to comment.