Explorar el Código

Add permissions in pr-build-workflow.yml

Joe Grandja hace 1 mes
padre
commit
7820a75d42
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .github/workflows/pr-build-workflow.yml

+ 3 - 0
.github/workflows/pr-build-workflow.yml

@@ -5,6 +5,9 @@ on:
     branches:
       - '**'
 
+permissions:
+  contents: read
+
 env:
   DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}