Skip to content

Commit e86822f

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 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
20-
18+
- run: _secret_custom_get_tools_v2
19+
- run: ls -lah .

0 commit comments

Comments
 (0)