Browse Source

Add permissions in pr-build-workflow.yml

Joe Grandja 1 month ago
parent
commit
7820a75d42
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/pr-build-workflow.yml

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

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