Documentation Revision
Hi guys,
I read on this page I can read the secret content from literal or from file.
Regarding the from file case, I am not sure about what value should I use for the file property.
Are the following examples right?
secrets:
- name: "my-secret-value-from-local-file"
when: "always"
data:
- from: "file"
file: ./path-to-file-in-same-repository
- name: "my-secret-value-from-file-on-git-provider"
when: "always"
data:
- from: "file"
file: /path/to/same/git/provider/repository/file
Is there any other use case I am missing?
Code of Conduct
Documentation Revision
Hi guys,
I read on this page I can read the secret content from literal or from file.
Regarding the from file case, I am not sure about what value should I use for the
fileproperty.Are the following examples right?
Is there any other use case I am missing?
Code of Conduct