Skip to content

Commit 0ee353f

Browse files
committed
Fix CICD
1 parent a118c92 commit 0ee353f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/buildscript-maintenance.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
name: Buildscript maintenance
44

5+
permissions:
6+
contents: write
7+
deployments: write
8+
59
on:
610
push:
711
branches: [ master, main ]
@@ -31,11 +35,8 @@ jobs:
3135
3236
- name: Create Pull Request
3337
id: create-pull-request
34-
uses: peter-evans/create-pull-request@v6
35-
env:
36-
GITHUB_TOKEN: ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
38+
uses: peter-evans/create-pull-request@v7
3739
with:
38-
token: ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
3940
committer: GitHub <[email protected]>
4041
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
4142
add-paths: build.gradle

0 commit comments

Comments
 (0)