We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8de2075 + f737dfd commit 1cbafaaCopy full SHA for 1cbafaa
2 files changed
.github/workflows/flowzone.yml
@@ -7,6 +7,11 @@ on:
7
- "main"
8
- "master"
9
10
+permissions:
11
+ id-token: write
12
+ contents: read
13
+ packages: read
14
+
15
jobs:
16
flowzone:
17
name: Flowzone
package.json
@@ -14,6 +14,10 @@
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && npx tsc"
},
"author": "Balena Ltd.",
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+https://github.com/balena-io-modules/node-docker-delta.git"
20
+ },
21
"license": "Apache-2.0",
22
"devDependencies": {
23
"@balena/lint": "^9.3.12",
0 commit comments