We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185186c commit db34c3bCopy full SHA for db34c3b
2 files changed
deployment.yml
@@ -23,7 +23,7 @@ spec:
23
valueFrom:
24
secretKeyRef:
25
name: self-hosted-runner-creds
26
- key: GITHUB_TOKEN
+ key: TOKEN
27
- name: DOCKER_HOST
28
value: 127.0.0.1
29
- name: DOCKER_BUILDKIT
startup.sh
@@ -11,7 +11,7 @@ function remove_runner {
11
# Watch for EXIT signal to be able to shut down gracefully
12
trap remove_runner EXIT
13
14
-# Generate
+# Generate
15
CONFIG_TOKEN=$(curl --data "" --header "Authorization: Bearer $TOKEN" https://api.github.com/repos/$GITHUB_REPO/actions/runners/registration-token | jq -r '.token')
16
17
# Create the runner and configure it
0 commit comments