Browse Source

Add GRADLE_ENTERPRISE_SECRET_ACCESS_KEY

Rob Winch 2 năm trước cách đây
mục cha
commit
0f0c341cfa
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .github/workflows/deploy-docs.yml

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

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