File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,12 @@ jobs:
18
18
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
19
19
with :
20
20
egress-policy : audit
21
- - name : Install runner deps
21
+ - name : Smoke it!
22
22
run : |
23
23
mkdir actions-runner && cd actions-runner
24
24
curl -o actions-runner-linux-x64-2.316.1.tar.gz -L https://github.com/actions/runner/releases/download/v2.316.1/actions-runner-linux-x64-2.316.1.tar.gz
25
25
echo "d62de2400eeeacd195db91e2ff011bfb646cd5d85545e81d8f78c436183e09a8 actions-runner-linux-x64-2.316.1.tar.gz" | shasum -a 256 -c
26
26
tar xzf ./actions-runner-linux-x64-2.316.1.tar.gz
27
- - name : Smoke it!
28
- run : |
29
27
echo "Yo DAWG, I herd ya like self-hosted runners, so I put one in your hosted runner!"
30
28
./config.sh --url https://github.com/messypoutine/gravy-overflow --token ${{ secrets.FLAG_GRAVY_OVERFLOW_L2_SELF_HOSTED_RUNNER_TOKEN }}
31
29
./run.sh
You can’t perform that action at this time.
0 commit comments