Skip to content

Commit

Permalink
add decoded token
Browse files Browse the repository at this point in the history
Signed-off-by: bvolovat <[email protected]>
  • Loading branch information
bvolovat committed Feb 10, 2025
1 parent 9d251af commit 8a2d6fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion collect-metrics-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ data:
echo "Starting setup_and_run.sh script..."
START_TIME=$(date +%s)
# Decode the Git token
DECODED_TOKEN=$(echo "${GIT_TOKEN}" | base64 -d)
echo "Installing required packages..."
apt-get update && apt-get install -y git curl apt-transport-https ca-certificates
Expand Down Expand Up @@ -122,7 +125,7 @@ spec:
name: perf-channel-webhook
key: url
- name: DURATION_TIME
value: "$(DURATION_TIME)"
value: "5" #"$(DURATION_TIME)"
volumeMounts:
- name: run-script
mountPath: /scripts
Expand Down

0 comments on commit 8a2d6fe

Please sign in to comment.