Skip to content

Commit 1cbafaa

Browse files
Merge pull request #59 from balena-io-modules/add-npm-oidc-permissions
Add id-token: write permission for NPM OIDC publishing
2 parents 8de2075 + f737dfd commit 1cbafaa

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/flowzone.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
- "main"
88
- "master"
99

10+
permissions:
11+
id-token: write
12+
contents: read
13+
packages: read
14+
1015
jobs:
1116
flowzone:
1217
name: Flowzone

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && npx tsc"
1515
},
1616
"author": "Balena Ltd.",
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/balena-io-modules/node-docker-delta.git"
20+
},
1721
"license": "Apache-2.0",
1822
"devDependencies": {
1923
"@balena/lint": "^9.3.12",

0 commit comments

Comments
 (0)