I want to know how can I access secrets in c# ?
Hi @ZIAD-HA , welcome to the community!
If I am not wrong, in the ‘Secrets’ tab, if you scroll down, it should say how to insert the secret into your code. E.g. For Python, it says use:
os.environ['secret']