-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nic Cheneweth <[email protected]>
- Loading branch information
1 parent
bef8d7f
commit 72b854a
Showing
3 changed files
with
0 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,22 +9,6 @@ | |
|
||
Action for common 1password-cli uses. | ||
|
||
### env | ||
|
||
`source` ENV values from 1password Vault into GitHub Actions $GITHUB_ENV from a local file. | ||
|
||
example bash env-file format: | ||
|
||
TFE_TOKEN=op://my-vault/terrafor-cloud/team-token | ||
SLACK_BOT_TOKEN=op://my-vault/slack/bot-token | ||
|
||
```yaml | ||
- name: source $GITHUB_ENV from file using 1password-action/env | ||
uses: ThoughtWorks-DPS/1password-action/[email protected] | ||
with: | ||
env-file: prod.env | ||
``` | ||
### tpl | ||
|
||
Populate template file with values from 1password vault and write to out-file. | ||
|
This file was deleted.
Oops, something went wrong.