From 2f595d4dbd4970d0395891b59a2518f832f3bd6f Mon Sep 17 00:00:00 2001 From: Lisa Wild Date: Tue, 20 Jan 2026 17:38:09 -0800 Subject: [PATCH] add query param --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec77705..c0d40a2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you're running a Linux distribution that still uses `libssl` version 1.1.1, s To use the 1Password Python SDK in your project: -1. [Create a service account](https://my.1password.com/developer-tools/infrastructure-secrets/serviceaccount/) and give it the appropriate permissions in the vaults where the items you want to use with the SDK are saved. +1. [Create a service account](https://my.1password.com/developer-tools/infrastructure-secrets/serviceaccount/?source=github-sdk) and give it the appropriate permissions in the vaults where the items you want to use with the SDK are saved. 2. Provision your service account token. We recommend provisioning your token from the environment. For example, to export your token to the `OP_SERVICE_ACCOUNT_TOKEN` environment variable: **macOS or Linux**