Browse Source

Add GRADLE_ENTERPRISE_SECRET_ACCESS_KEY

Rob Winch 2 years ago
parent
commit
0f0c341cfa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/deploy-docs.yml

+ 2 - 0
.github/workflows/deploy-docs.yml

@@ -8,6 +8,8 @@ on:
         required: false
         required: false
   push:
   push:
     branches: docs-build
     branches: docs-build
+env:
+  GRADLE_ENTERPRISE_SECRET_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
 permissions: read-all
 permissions: read-all
 jobs:
 jobs:
   build:
   build: