File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 cloudflare_account_id :
2323 description : ' Cloudflare Account ID'
2424 required : true
25- github_token :
26- description : ' GitHub Token'
25+ matzbot_github_token :
26+ description : ' GitHub Token for Matzbot '
2727 required : true
2828
2929permissions :
6060 - name : Comment on PR with preview URL
6161 uses : actions/github-script@v7
6262 with :
63- github-token : ${{ secrets.github_token }}
63+ github-token : ${{ secrets.matzbot_github_token }}
6464 script : |
6565 const prNumber = ${{ inputs.pr_number }};
6666 const url = "${{ steps.deploy.outputs.deployment-url }}";
Original file line number Diff line number Diff line change 1616 secrets :
1717 cloudflare_api_token : ${{ secrets.CLOUDFLARE_API_TOKEN }}
1818 cloudflare_account_id : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
19- github_token : ${{ secrets.MATZBOT_GITHUB_TOKEN }}
19+ matzbot_github_token : ${{ secrets.MATZBOT_GITHUB_TOKEN }}
2020
2121 # For fork PRs - this job requires approval
2222 wait-for-approval :
4141 secrets :
4242 cloudflare_api_token : ${{ secrets.CLOUDFLARE_API_TOKEN }}
4343 cloudflare_account_id : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
44- github_token : ${{ secrets.MATZBOT_GITHUB_TOKEN }}
44+ matzbot_github_token : ${{ secrets.MATZBOT_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments