From a48d1fcd00314d511b5c19929ddb61e8337fdd9f Mon Sep 17 00:00:00 2001 From: Dustin Ruetz Date: Tue, 9 May 2023 14:21:13 -0400 Subject: [PATCH 1/2] docs: remove 'BETA' references from Service Accounts --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2eb8354..01206bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Load Secrets from 1Password - GitHub Action -This action loads secrets from 1Password into GitHub Actions using [1Password Connect](https://developer.1password.com/docs/connect) or a [Service Account [BETA]](https://developer.1password.com/docs/service-accounts). +This action loads secrets from 1Password into GitHub Actions using [1Password Connect](https://developer.1password.com/docs/connect) or a [Service Account](https://developer.1password.com/docs/service-accounts). Specify in your workflow YAML file which secrets from 1Password should be loaded into your job, and the action will make them available as environment variables for the next steps. @@ -58,7 +58,7 @@ jobs: ```
-Usage example with Service Accounts BETA +Usage example with Service Accounts ```yml on: push @@ -131,7 +131,7 @@ jobs:
-Longer usage example with Service Accounts BETA +Longer usage example with Service Accounts ```yml on: push @@ -201,7 +201,7 @@ jobs: ```
-Usage example with Service Accounts BETA +Usage example with Service Accounts ```yml on: push @@ -295,7 +295,7 @@ jobs:
-Longer usage example with Service Accounts BETA +Longer usage example with Service Accounts ```yml on: push @@ -389,7 +389,7 @@ So if one of these values accidentally gets printed, it'll get replaced with `** To use the action with Connect, you need to have a [1Password Connect](https://support.1password.com/secrets-automation/#step-1-set-up-a-secrets-automation-workflow) instance deployed somewhere. To configure the action with your Connect host and token, set the `OP_CONNECT_HOST` and `OP_CONNECT_TOKEN` environment variables. -To configure the action with your service account token BETA, set the `OP_SERVICE_ACCOUNT_TOKEN` environment variable. +To configure the action with your service account token, set the `OP_SERVICE_ACCOUNT_TOKEN` environment variable. If you're using the `load-secrets` action more than once in a single job, you can use the `configure` action to avoid duplicate configuration: From 15d95ae8711f00b2afc40a8af4d33cab10a4525e Mon Sep 17 00:00:00 2001 From: Dustin Ruetz Date: Tue, 9 May 2023 14:23:45 -0400 Subject: [PATCH 2/2] style: auto-formatting fixes via Prettier --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a92e835..283fc0c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,8 +5,8 @@ jobs: test-with-output-secrets: strategy: matrix: - os: [ ubuntu-latest, macos-latest ] - auth: [ connect, service-account ] + os: [ubuntu-latest, macos-latest] + auth: [connect, service-account] exclude: - os: macos-latest auth: connect @@ -49,8 +49,8 @@ jobs: test-with-export-env: strategy: matrix: - os: [ ubuntu-latest, macos-latest ] - auth: [ connect, service-account ] + os: [ubuntu-latest, macos-latest] + auth: [connect, service-account] exclude: - os: macos-latest auth: connect @@ -93,8 +93,8 @@ jobs: test-references-with-ids: strategy: matrix: - os: [ ubuntu-latest, macos-latest ] - auth: [ connect, service-account ] + os: [ubuntu-latest, macos-latest] + auth: [connect, service-account] exclude: - os: macos-latest auth: connect