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 a5ca040 commit 8075eedCopy full SHA for 8075eed
.github/workflows/publish-preview.yml
@@ -37,6 +37,8 @@ jobs:
37
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
38
WRANGLER_OUTPUT_FILE_PATH: wrangler-logs.json
39
- name: Post preview URL on PR
40
+ permissions:
41
+ pull-requests: write
42
env:
43
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
run: |
0 commit comments