File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7171 - name : Execute Docker Build
7272 env :
7373 # Enables build caching, but not strictly required
74- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
74+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
7575 run : |
7676 docker compose run \
7777 -e CI=true \
@@ -107,12 +107,12 @@ jobs:
107107 - name : Build
108108 shell : bash
109109 env :
110- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
110+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
111111 run : ci/scripts/build.sh $(pwd) $(pwd)/build
112112 - name : Test
113113 shell : bash
114114 env :
115- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
115+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
116116 run : ci/scripts/test.sh $(pwd) $(pwd)/build
117117
118118 windows :
@@ -138,12 +138,12 @@ jobs:
138138 - name : Build
139139 shell : bash
140140 env :
141- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
141+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
142142 run : ci/scripts/build.sh $(pwd) $(pwd)/build
143143 - name : Test
144144 shell : bash
145145 env :
146- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
146+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
147147 run : ci/scripts/test.sh $(pwd) $(pwd)/build
148148
149149 integration :
You can’t perform that action at this time.
0 commit comments