Skip to content

Commit 4d43d07

Browse files
authored
chore: fix the release pipeline permissions (#2380)
1 parent 2e9f9e2 commit 4d43d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
permissions:
2121
id-token: write # Required for OIDC
22-
contents: read
22+
contents: write
2323
outputs:
2424
published: ${{ steps.changesets.outputs.published }}
2525
publishedPackages: ${{ steps.changesets.outputs.publishedPackages }}

0 commit comments

Comments
 (0)