Skip to content

Commit a035627

Browse files
authored
fix: add packages permissions to action workflow
1 parent db2012e commit a035627

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release
33
permissions:
44
contents: write # to be able to publish a GitHub release
55
id-token: write # to enable use of OIDC for npm provenance
6+
packages: write
67

78
on:
89
push:

0 commit comments

Comments
 (0)