fix(package.json): switch 'repository.url' to SSH syntax

This commit is contained in:
Dustin Ruetz
2024-04-03 17:22:55 -04:00
parent d36634f96f
commit 82b420f3b7

View File

@@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/1Password/load-secrets-action.git"
"url": "git@github.com:1Password/load-secrets-action.git"
},
"keywords": [
"actions",