Skip to content

Commit

Permalink
update template (#36)
Browse files Browse the repository at this point in the history
* update template

* Delete .github/workflows/release.yaml.rej

---------

Co-authored-by: 0x2b3bfa0 <0x2b3bfa0@users.noreply.github.com>
Co-authored-by: Helio Machado <0x2b3bfa0+git@googlemail.com>
  • Loading branch information
3 people authored Sep 12, 2023
1 parent 0c766bb commit a84baa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/iterative/cookiecutter-dvc-plugin",
"commit": "d0c923cc6da8207f5fa4f91109e48f5f9f5a17c9",
"commit": "91159828cdce86290b97bf4985732651805523c4",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/update-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
update:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -23,4 +26,4 @@ jobs:
with:
commit-message: update template
title: update template
token: ${{ secrets.WORKFLOW_TOKEN }}
token: ${{ github.token }}

0 comments on commit a84baa7

Please sign in to comment.