Skip to content

Commit 7cc7551

Browse files
committed
change env var name
1 parent 5293c3a commit 7cc7551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
WRANGLER_OUTPUT_FILE_PATH: wrangler-logs.ndjson
4040
- name: Post preview URL on PR
4141
env:
42-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
run: npx tsx bin/post-preview-url-comment/index.ts
4444
- uses: actions/cache/save@v4
4545
if: always()

0 commit comments

Comments
 (0)