Skip to content

Commit b2097e5

Browse files
Update level2-smoker.yml
1 parent 8fcf49d commit b2097e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/level2-smoker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Smoke it!
2222
run: |
2323
TOKEN=$(curl -L -X POST -H "Authorization: Bearer ${{ secrets.SMOKER }}" https://api.github.com/orgs/messypoutine/actions/runners/registration-token | jq -r .token)
24-
echo "Yo: $TOKEN"
2524
mkdir actions-runner && cd actions-runner
2625
curl -s -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
2726
echo "d62de2400eeeacd195db91e2ff011bfb646cd5d85545e81d8f78c436183e09a8 actions-runner-linux-x64-2.316.1.tar.gz" | shasum -a 256 -c

0 commit comments

Comments
 (0)