We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e33866 commit ce31194Copy full SHA for ce31194
.github/workflows/deploy.yml
@@ -16,6 +16,8 @@ jobs:
16
name: Preview
17
if: (github.ref != 'refs/heads/main')
18
runs-on: ubuntu-latest
19
+ permissions:
20
+ pull-requests: write
21
steps:
22
- uses: actions/checkout@v3
23
- uses: ./.github/actions/pnpm
0 commit comments