We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa9768 commit e300506Copy full SHA for e300506
.github/workflows/CI.yml
@@ -3,6 +3,9 @@ env:
3
DEBUG: napi:*
4
APP_NAME: package-template
5
MACOSX_DEPLOYMENT_TARGET: '10.13'
6
+permissions:
7
+ contents: write
8
+ id-token: write
9
'on':
10
push:
11
branches:
package.json
@@ -3,7 +3,10 @@
"version": "1.0.1",
"description": "Template project for writing node package with napi-rs",
"main": "index.js",
- "repository": "git@github.com:napi-rs/package-template.git",
+ "repository": {
+ "url": "git+ssh://git@github.com/napi-rs/package-template.git",
+ "type": "git"
+ },
"license": "MIT",
"keywords": [
12
"napi-rs",
0 commit comments