Shell command in script condition

git it set up like this right now:

shell_command:
  set_new_commits: 'bash set_commits.sh {{ secret http_password }}'

But it seems to complain about now finding the secret, I’ve tried with !secret, no brackets, without secret, but I can’t seem to get it to work, I’ve found here: Using secrets.yaml with shell commands? that it can’t be done, is this still the case?

1 Like