Skip to content

Commit ce31194

Browse files
authored
chore: migrate repo (#88)
- added missing PR write permission to sticky-pull-request-comment
1 parent 8e33866 commit ce31194

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
name: Preview
1717
if: (github.ref != 'refs/heads/main')
1818
runs-on: ubuntu-latest
19+
permissions:
20+
pull-requests: write
1921
steps:
2022
- uses: actions/checkout@v3
2123
- uses: ./.github/actions/pnpm

0 commit comments

Comments
 (0)