Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add two test org level secrest HELLO_WORLD@quest and HELLO_WORLD@color
Here is documentation on managing [organization secrets](https://otterdog.readthedocs.io/en/latest/reference/organization/secret/) ```javascript orgs.newOrg('eclipse-pass') { secrets+: [ orgs.newOrgSecret('HELLO_WORLD_QUEST') { value: "bitwarden:23801ca4-fd27-446c-b5af-b07b0108f443@quest", }, orgs.newOrgSecret('HELLO_WORLD_COLOR') { value: "bitwarden:23801ca4-fd27-446c-b5af-b07b0108f443@color", }, ], } ```
- Loading branch information