This message was deleted.
# prefect-community
s
This message was deleted.
j
just to check - are you also importing
Secret
Copy code
from prefect.blocks.system import Secret
and you are running within the same workspace both locally & in cloud?
you can run
prefect cloud workspace ls
to show you which workspace you’re currently operating in locally to verify its what you expect
but I assume the workspace you’re running the flow in cloud has the block of
secret
type named
my-secret
(or whatever its actually referenced as)
np! let me know if you’re still having issues!