Skip to content

Commit 0c835ed

Browse files
committed
Add permissions
1 parent 2348dc6 commit 0c835ed

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/preview.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ concurrency: preview-${{ github.ref }}
1313
jobs:
1414
deploy-preview:
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: write
18+
pull-requests: write
19+
pages: write
1620
steps:
1721
- name: Checkout
1822
uses: actions/checkout@v4

0 commit comments

Comments
 (0)