fix: add permissions to publish.yml to allow provenance
parent
09ac214356
commit
20d7897070
|
|
@ -1,4 +1,6 @@
|
||||||
name: Publish to NPM
|
name: Publish to NPM
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue