We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
v3.13.0
The text was updated successfully, but these errors were encountered:
fix(cloudflare): update to wrangler breaks deployments.
d6e4f7d
Reverting until they fix: cloudflare/wrangler-action#347
No branches or pull requests
No changes introduced outside of the update from v3.13.0 to v3.13.1, however our CI process started throwing an error
Applicable line in the Github Action
Changing the version back to explicitly
v3.13.0
resolves the issue.The text was updated successfully, but these errors were encountered: