File tree Expand file tree Collapse file tree 7 files changed +21
-0
lines changed Expand file tree Collapse file tree 7 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 56
56
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
57
57
GH_BRANCH : ${{ github.head_ref || github.ref_name }}
58
58
59
+ # https://ge.apache.org
60
+ GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
61
+
59
62
# (optional) you need to add as secrets an ngrok token and a password to debug a build on demand
60
63
NGROK_DEBUG : ${{ inputs.enable_ngrok_debug }}
61
64
NGROK_TOKEN : ${{ secrets.NGROK_TOKEN }}
Original file line number Diff line number Diff line change 51
51
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
52
52
GH_BRANCH : ${{ github.head_ref || github.ref_name }}
53
53
54
+ # https://ge.apache.org
55
+ GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
56
+
54
57
jobs :
55
58
openwhisk :
56
59
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 46
46
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
47
47
GH_BRANCH : ${{ github.head_ref || github.ref_name }}
48
48
49
+ # https://ge.apache.org
50
+ GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
51
+
49
52
jobs :
50
53
openwhisk :
51
54
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 46
46
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
47
47
GH_BRANCH : ${{ github.head_ref || github.ref_name }}
48
48
49
+ # https://ge.apache.org
50
+ GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
51
+
49
52
jobs :
50
53
openwhisk :
51
54
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 46
46
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
47
47
GH_BRANCH : ${{ github.head_ref || github.ref_name }}
48
48
49
+ # https://ge.apache.org
50
+ GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
51
+
49
52
jobs :
50
53
openwhisk :
51
54
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 46
46
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
47
47
GH_BRANCH : ${{ github.head_ref || github.ref_name }}
48
48
49
+ # https://ge.apache.org
50
+ GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
51
+
49
52
jobs :
50
53
openwhisk :
51
54
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 46
46
GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
47
47
GH_BRANCH : ${{ github.head_ref || github.ref_name }}
48
48
49
+ # https://ge.apache.org
50
+ GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
51
+
49
52
jobs :
50
53
openwhisk :
51
54
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments