We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa0e0de + c6a4896 commit cce5258Copy full SHA for cce5258
1 file changed
.github/workflows/preview.yml
@@ -8,6 +8,10 @@ on:
8
- synchronize
9
- closed
10
11
+permissions:
12
+ contents: write
13
+ pull-requests: write
14
+
15
concurrency: preview-${{ github.ref }}
16
17
jobs:
@@ -36,7 +40,7 @@ jobs:
36
40
with:
37
41
base-url: ${{ steps.base-url.outputs.result }}
38
42
39
- - name: Deploy preview
43
+ - name: Deploy Preview
44
uses: rossjrw/pr-preview-action@v1
45
46
source-dir: build
0 commit comments