We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577fa8c commit c8c4ff3Copy full SHA for c8c4ff3
1 file changed
.github/workflows/preview-website.yml
@@ -15,6 +15,10 @@ jobs:
15
build:
16
name: Build
17
runs-on: ubuntu-24.04
18
+ permissions:
19
+ contents: read
20
+ checks: write
21
+ pull-requests: write
22
steps:
23
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
24
with:
0 commit comments