We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd084a1 commit c14d190Copy full SHA for c14d190
1 file changed
.github/workflows/main.yml
@@ -52,6 +52,8 @@ jobs:
52
name: Deploy to Vercel
53
runs-on: ubuntu-latest
54
needs: buildForAllSupportedPlatforms
55
+ permissions:
56
+ pull-requests: write
57
steps:
58
- uses: actions/checkout@v4
59
with:
0 commit comments