Skip to content

Commit 92046b9

Browse files
committed
[#88007] Read keys from secret, run _secret_custom_get_tools_v2 step
1 parent d3e005a commit 92046b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ jobs:
77
container: centos:8
88
runs-on: [self-hosted, Linux, X64]
99
env:
10-
TEST_STRING: "VERY_COOL_STRING"
11-
TEST_STRING2: "VERY_COOL_STRING2"
1210
GHA_EXTERNAL_DISK: "auxdisk"
1311
GHA_PREEMPTIBLE: "false"
12+
KEYS: "${{ secrets.KEYS }}"
1413

1514
steps:
1615
- run: df -h .
1716
- run: df -h /mnt/aux
1817
- run: ls -alh /mnt/aux
19-
- run: sleep 8h
18+
- run: _secret_custom_get_tools_v2
2019

0 commit comments

Comments
 (0)