We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d49ea commit 61d4d06Copy full SHA for 61d4d06
scripts/deploy-all-agents.sh
@@ -12,7 +12,7 @@ for category in ${CATEGORIES[@]}; do
12
while IFS='=' read -r key value; do
13
if cat *.py | grep -q $key; then
14
echo "Adding secret $key to agent $agent..."
15
- echo "$key=$value" # >> .secrets
+ echo "$key=$value" >> .secrets
16
fi
17
done < <(printenv | grep API_KEY)
18
0 commit comments