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 e18eded commit f936858Copy full SHA for f936858
.github/workflows/release.yml
@@ -14,6 +14,7 @@ jobs:
14
permissions:
15
contents: write # to create release (changesets/action)
16
pull-requests: write # to create pull request (changesets/action)
17
+ deployments: write
18
steps:
19
- uses: actions/checkout@v4
20
with:
0 commit comments