Skip to content

Commit

Permalink
Remove the default values. We've set org-wide values for these, but t…
Browse files Browse the repository at this point in the history
…hey shouldn't be shared.
  • Loading branch information
dpellenwood committed Jan 10, 2025
1 parent 9213788 commit 97be4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1password-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Here are steps for adding a new authentication or secret value to the project:
1Password provides [their own GitHub Action](https://github.com/1Password/install-cli-action) that is used in the
project workflows. The following GitHub secrets are required to use the 1Password CLI in GitHub Actions:
* `OP_SERVICE_ACCOUNT_TOKEN` - (Required) A 1Password service account token.
* `OP_VAULT` - The 1Password vault where the secrets are stored. Defaults to `Engineering`.
* `OP_ITEM` - The 1Password item containing the secrets. Defaults to `MT-Composer-Auth`.
* `OP_VAULT` - (Required) The 1Password vault where the secrets are stored.
* `OP_ITEM` - (Required) The 1Password item containing the secrets.

We have configured a default service account with access to Modern Tribe's Engineering vault. This service account is
sufficient for projects that are just getting started and haven't yet purchased any client-specific licenses.
Expand Down

0 comments on commit 97be4b8

Please sign in to comment.