It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
3 years agoI can't get password by using 1password/load-secrets-action (github action)
https://github.com/1Password/load-secrets-action
I made a workflow of github action as shown in the link above. I was expecting a masked secret with export-env as true, but only an empty value wit...
Former Member
3 years agoHi there! The secret reference you are using for DATADOG_API_KEY
contains characters that are invalid for use with secret references. The characters are [
and ]
. There are two potential workarounds here:
- remove the offending characters
- use the item id in the reference rather than the item name
For more information on what syntax is acceptable https://developer.1password.com/docs/cli/secrets-reference-syntax/#syntax-rules