We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb0a72 commit e5162feCopy full SHA for e5162fe
1 file changed
.github/workflows/cloudflare-preview.yml
@@ -92,6 +92,7 @@ jobs:
92
- name: Comment on PR with preview URL
93
uses: actions/github-script@v7
94
with:
95
+ github-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
96
script: |
97
const prNumber = ${{ env.PR_NUMBER }};
98
const url = "${{ steps.deploy.outputs.deployment-url }}";
0 commit comments