We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcf49d commit b2097e5Copy full SHA for b2097e5
.github/workflows/level2-smoker.yml
@@ -21,7 +21,6 @@ jobs:
21
- name: Smoke it!
22
run: |
23
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"
25
mkdir actions-runner && cd actions-runner
26
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
27
echo "d62de2400eeeacd195db91e2ff011bfb646cd5d85545e81d8f78c436183e09a8 actions-runner-linux-x64-2.316.1.tar.gz" | shasum -a 256 -c
0 commit comments