Skip to content

Commit c0fdc6e

Browse files
Update level2-smoker.yml
1 parent aca92ee commit c0fdc6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/level2-smoker.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ jobs:
1818
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
1919
with:
2020
egress-policy: audit
21-
- name: Install runner deps
21+
- name: Smoke it!
2222
run: |
2323
mkdir actions-runner && cd actions-runner
2424
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
2525
echo "d62de2400eeeacd195db91e2ff011bfb646cd5d85545e81d8f78c436183e09a8 actions-runner-linux-x64-2.316.1.tar.gz" | shasum -a 256 -c
2626
tar xzf ./actions-runner-linux-x64-2.316.1.tar.gz
27-
- name: Smoke it!
28-
run: |
2927
echo "Yo DAWG, I herd ya like self-hosted runners, so I put one in your hosted runner!"
3028
./config.sh --url https://github.com/messypoutine/gravy-overflow --token ${{ secrets.FLAG_GRAVY_OVERFLOW_L2_SELF_HOSTED_RUNNER_TOKEN }}
3129
./run.sh

0 commit comments

Comments
 (0)