Skip to content

Commit a657718

Browse files
committed
ci: use GH_PAT secret name for github token
Amp-Thread-ID: https://ampcode.com/threads/T-019df512-66f8-71aa-8696-9ad96563f39a
1 parent c9e79bd commit a657718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
env:
4343
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4444
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
45-
GH_PAT: ${{ secrets.GH_TOKEN }}
45+
GH_PAT: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)