Skip to content

v3.13.1 causes deployment failure #347

@tenpaiyomi

Description

@tenpaiyomi

No changes introduced outside of the update from v3.13.0 to v3.13.1, however our CI process started throwing an error

Error: Resource not accessible by integration - https://docs.github.com/rest/deployments/deployments#create-a-deployment
Error: 🚨 Action failed

Applicable line in the Github Action

            - name: Deploy to Cloudflare Pages
              uses: cloudflare/wrangler-action@v3
              with:
                  apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
                  accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
                  githubToken: ${{ secrets.GITHUB_TOKEN }}
                  command: pages deploy build/client --project-name ***** --branch ${{ env.GIT_BRANCH }}
                  workingDirectory: apps/web

Changing the version back to explicitly v3.13.0 resolves the issue.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions