Explorar el Código

Use pull-request: write for gradlew updates

Explicitly provide the permissions required for updating the Gradle
wrapper
Rob Winch hace 3 meses
padre
commit
9436796973
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .github/workflows/gradle-wrapper-upgrade-execution.yml

+ 2 - 1
.github/workflows/gradle-wrapper-upgrade-execution.yml

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