Skip to content

Commit aec4eb8

Browse files
committed
ci: keep cruft updates within github token permissions
1 parent 15b4d69 commit aec4eb8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.cruft.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
33
"commit": "7e46facc758385bc32eeecab92b4639c66fd4e4f",
4+
"skip": [
5+
".github/workflows/*"
6+
],
47
"checkout": "main",
58
"context": {
69
"cookiecutter": {

.github/workflows/cruft-update.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
if: steps.check.outputs.has_changes == '1'
4242
uses: peter-evans/create-pull-request@v8
4343
with:
44-
token: ${{ secrets.CRUFT_UPDATE_TOKEN }}
4544
branch: cruft/update
4645
title: "chore: update from Cruft template"
4746
commit-message: "chore: update from Cruft template"

0 commit comments

Comments
 (0)