change to notes

This commit is contained in:
Johan Rooijakkers 2025-02-26 15:23:21 +01:00
parent 8539a35095
commit 483e6d4f79

View File

@ -48,7 +48,7 @@ runs:
ENV_VAR=$(echo "$pair" | cut -d'=' -f2)
echo "Retrieving secret: $SECRET_ID..."
SECRET_VALUE=$(bw get item "$SECRET_ID" --session "$BW_SESSION")
SECRET_VALUE=$(bw get notes "$SECRET_ID" --session "$BW_SESSION")
if [ -n "$SECRET_VALUE" ]; then
echo "$ENV_VAR=$SECRET_VALUE" >> $GITHUB_ENV