We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fe376 commit 26ec818Copy full SHA for 26ec818
1 file changed
.github/workflows/publish.yml
@@ -17,6 +17,7 @@ jobs:
17
outputs:
18
hasChangesets: ${{ steps.changesets.outputs.hasChangesets }}
19
permissions:
20
+ contents: write # to create version commits (changesets/action)
21
pull-requests: write # to create pull request (changesets/action)
22
steps:
23
- name: Check out repo
0 commit comments