From 27b96b5fd8252cfe53e660c779c5eb4d3620556a Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Fri, 24 Mar 2023 13:32:26 +0100 Subject: [PATCH] Fix documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d588d..5897d2c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This action loads secrets from 1Password into GitHub Actions using [1Password Co 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. -Read more on the [1Password Developer Portal](https://developer.1password.com/ci-cd/github-actions). +Read more on the [1Password Developer Portal](https://developer.1password.com/docs/ci-cd/github-actions). ## Requirements