Skip to content

Commit 841a764

Browse files
committed
Fix permissions of update-gradle-wrapper and add workflow_dispatch
1 parent a07615a commit 841a764

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/update-gradle-wrapper.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
permissions:
2-
contents: read
2+
contents: write
3+
pull-requests: write
34
name: Update Gradle Wrapper
45
# Needed because dependabot doesn't support updating the gradle wrapper
56
# see: https://github.com/dependabot/dependabot-core/issues/2223
67

78
on:
89
schedule:
910
- cron: "0 14 * * 1" # 2PM UTC (7AM PST) every Monday.
11+
workflow_dispatch:
1012

1113
jobs:
1214
update-gradle-wrapper:

0 commit comments

Comments
 (0)