-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationneeds triageThis issue or pull request needs to be categorizedThis issue or pull request needs to be categorized
Description
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
- I agree to follow this project’s Code of Conduct
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationneeds triageThis issue or pull request needs to be categorizedThis issue or pull request needs to be categorized