File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 13
13
GH_CONTAINER_REGISTRY_USERNAME : shepmaster
14
14
AWS_ACCESS_KEY_ID : AKIAWESVHZ3J6SV43YWE
15
15
jobs :
16
+ debug :
17
+ runs-on : ubuntu-latest
18
+ environment : CI
19
+ steps :
20
+ - run : echo '${{ secrets.AWS_SECRET_ACCESS_KEY }}' | wc
21
+ - run : echo '${{ secrets.DOCKER_HUB_TOKEN }}' | wc
22
+ - run : echo '${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}' | wc
23
+ - run : echo '${{ secrets.PLAYGROUND_GITHUB_TOKEN }}' | wc
16
24
build_compiler_containers :
17
25
name : Build ${{ matrix.channel }} compiler container
18
26
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -219,6 +219,15 @@ workflows:
219
219
<< : *global_env
220
220
221
221
jobs :
222
+ debug :
223
+ runs-on : ubuntu-latest
224
+ environment : CI
225
+ steps :
226
+ - run : echo '${{ secrets.AWS_SECRET_ACCESS_KEY }}' | wc
227
+ - run : echo '${{ secrets.DOCKER_HUB_TOKEN }}' | wc
228
+ - run : echo '${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}' | wc
229
+ - run : echo '${{ secrets.PLAYGROUND_GITHUB_TOKEN }}' | wc
230
+
222
231
build_compiler_containers :
223
232
<< : *build_compiler_containers_job
224
233
environment : CI
You can’t perform that action at this time.
0 commit comments