Skip to content

Commit 9436796

Browse files
committed
Use pull-request: write for gradlew updates
Explicitly provide the permissions required for updating the Gradle wrapper
1 parent 5123935 commit 9436796

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle-wrapper-upgrade-execution.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
schedule:
55
- cron: '0 2 * * *' # 2am UTC
66
workflow_dispatch:
7-
7+
permissions:
8+
pull-requests: write
89
jobs:
910
upgrade_wrapper:
1011
name: Execution

0 commit comments

Comments
 (0)