#If everything is done correct secrets
1 messages · Page 1 of 1 (latest)
@lone sigil the copy button on the code in Dagger Cloud didn't work for me just now. Might be something on my Mac, but worth checking
current error shows plaintext that was mistakenly passed as a string instead of a dagger.#Secret: "I am supposed to stay hidden"
ERROR system | failed to load plan: actions.test.secret: conflicting values "I am supposed to stay hidden" and {$dagger:{secret:{_id(dagger.io/dagger):string}}} (mismatched types string and struct)
right, better error (not sure how feasible) would be something like one of these:
ERROR system | failed to load plan: actions.test.secret: conflicting values *** and {$dagger:{secret:{_id(dagger.io/dagger):string}}} (mismatched types string and struct)
ERROR system | failed to load plan: actions.test.secret: conflicting values "***" and {$dagger:{secret:{_id(dagger.io/dagger):string}}} (mismatched types string and struct)
ERROR system | failed to load plan: actions.test.secret: conflicting values ***REDACTED*** and {$dagger:{secret:{_id(dagger.io/dagger):string}}} (mismatched types string and struct)
cc @vocal thicket
didn't work for me either. I'm sure this was running at some point. Seems like we broke it without realizing?