From a84baa7d781944be5717ff8f41e02653a462620a Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Wed, 13 Sep 2023 00:20:30 +0300 Subject: [PATCH] update template (#36) * 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> --- .cruft.json | 2 +- .github/workflows/update-template.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index ae91fc6..a9154dc 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/iterative/cookiecutter-dvc-plugin", - "commit": "d0c923cc6da8207f5fa4f91109e48f5f9f5a17c9", + "commit": "91159828cdce86290b97bf4985732651805523c4", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/update-template.yaml b/.github/workflows/update-template.yaml index d4963aa..b238a4f 100644 --- a/.github/workflows/update-template.yaml +++ b/.github/workflows/update-template.yaml @@ -7,6 +7,9 @@ on: jobs: update: + permissions: + contents: write + pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -23,4 +26,4 @@ jobs: with: commit-message: update template title: update template - token: ${{ secrets.WORKFLOW_TOKEN }} + token: ${{ github.token }}