From 7ffac7f68a4e771297fabd01d69d0987b7961258 Mon Sep 17 00:00:00 2001 From: Dustin Ruetz Date: Thu, 4 Apr 2024 16:28:41 -0400 Subject: [PATCH] fix(package.json): switch 'repository.url' to HTTPS syntax --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 028299f..24f20da 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:1Password/load-secrets-action.git" + "url": "https://github.com/1Password/load-secrets-action.git" }, "keywords": [ "actions",