We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0a981 commit f6d2aa6Copy full SHA for f6d2aa6
.github/workflows/deploy-preview.yaml
@@ -17,6 +17,10 @@ on:
17
TOKEN:
18
required: true
19
20
+permissions:
21
+ contents: write
22
+ pull-requests: write
23
+
24
jobs:
25
deploy-preview:
26
name: Deploy Preview
.github/workflows/test-deploy.yaml
@@ -6,6 +6,10 @@ on:
6
- main
7
workflow_dispatch:
8
9
10
11
12
13
14
test-deploy:
15
name: Test deployment
0 commit comments