We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a118c92 commit 0ee353fCopy full SHA for 0ee353f
.github/workflows/buildscript-maintenance.yml
@@ -2,6 +2,10 @@
2
3
name: Buildscript maintenance
4
5
+permissions:
6
+ contents: write
7
+ deployments: write
8
+
9
on:
10
push:
11
branches: [ master, main ]
@@ -31,11 +35,8 @@ jobs:
31
35
32
36
- name: Create Pull Request
33
37
id: create-pull-request
34
- uses: peter-evans/create-pull-request@v6
- env:
- GITHUB_TOKEN: ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
38
+ uses: peter-evans/create-pull-request@v7
39
with:
- token: ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
40
committer: GitHub <noreply@github.com>
41
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
42
add-paths: build.gradle
0 commit comments