Cloudflare-workers-and-pages bot reports build failed, Cloudflare dashboard reports build succeeded.

Hi there. I am using Github Actions to build Sphinx documentation and use cloudflare/wrangler-action@v3 to deploy it. This is the workflow command:
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACC_ID }}
command: pages deploy documentation --project-name=commit-documentation
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACC_ID }}
command: pages deploy documentation --project-name=commit-documentation
It builds and deploys perfectly fine. But the cloudflare-workers-and-pages bot always reports build failed I added the cloudflare deployment reporting. The top one gets triggered when the merge is happening on main branch. The 2nd and 4th are succeeding at creating a PR (which do have documentation resources). The failing ones report that they dont have access to the resources being sent with the pages deploy documentation command. I am a bit lost, how can I fix this?
No description
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?