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