Skip to content

Commit c60f656

Browse files
committed
fix(ci): update workflow permissions for changesets action
1 parent 49a5c74 commit c60f656

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
permissions:
11-
contents: read
11+
contents: write
1212
pull-requests: write
13+
packages: write
1314

1415
jobs:
1516
release:

0 commit comments

Comments
 (0)