Browse Source

Use pull-request: write for gradlew updates

Explicitly provide the permissions required for updating the Gradle
wrapper
pull/17039/head
Rob Winch 9 months ago
parent
commit
9436796973
No known key found for this signature in database
  1. 3
      .github/workflows/gradle-wrapper-upgrade-execution.yml

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

@ -4,7 +4,8 @@ on: @@ -4,7 +4,8 @@ on:
schedule:
- cron: '0 2 * * *' # 2am UTC
workflow_dispatch:
permissions:
pull-requests: write
jobs:
upgrade_wrapper:
name: Execution

Loading…
Cancel
Save