Skip to content

Commit e5162fe

Browse files
committed
Use bot credential for preview page generated by dependabot
1 parent 9bb0a72 commit e5162fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cloudflare-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- name: Comment on PR with preview URL
9393
uses: actions/github-script@v7
9494
with:
95+
github-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
9596
script: |
9697
const prNumber = ${{ env.PR_NUMBER }};
9798
const url = "${{ steps.deploy.outputs.deployment-url }}";

0 commit comments

Comments
 (0)