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 5293c3a commit 7cc7551Copy full SHA for 7cc7551
.github/workflows/publish-preview.yml
@@ -39,7 +39,7 @@ jobs:
39
WRANGLER_OUTPUT_FILE_PATH: wrangler-logs.ndjson
40
- name: Post preview URL on PR
41
env:
42
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
run: npx tsx bin/post-preview-url-comment/index.ts
44
- uses: actions/cache/save@v4
45
if: always()
0 commit comments