Skip to content

Commit e300506

Browse files
committed
ci: fix publish
1 parent 6aa9768 commit e300506

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ env:
33
DEBUG: napi:*
44
APP_NAME: package-template
55
MACOSX_DEPLOYMENT_TARGET: '10.13'
6+
permissions:
7+
contents: write
8+
id-token: write
69
'on':
710
push:
811
branches:

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "1.0.1",
44
"description": "Template project for writing node package with napi-rs",
55
"main": "index.js",
6-
"repository": "git@github.com:napi-rs/package-template.git",
6+
"repository": {
7+
"url": "git+ssh://git@github.com/napi-rs/package-template.git",
8+
"type": "git"
9+
},
710
"license": "MIT",
811
"keywords": [
912
"napi-rs",

0 commit comments

Comments
 (0)