fix: Git repo URL protocols (use SSH in package.json and HTTPS in release.config.cjs)

This commit is contained in:
Dustin Ruetz
2024-04-04 21:16:10 -04:00
parent cca0f55ece
commit 0b5bf555f1
2 changed files with 4 additions and 1 deletions

View File

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