Skip to content
New issue

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

v3.13.1 causes deployment failure #347

Open
tenpaiyomi opened this issue Jan 20, 2025 · 0 comments
Open

v3.13.1 causes deployment failure #347

tenpaiyomi opened this issue Jan 20, 2025 · 0 comments

Comments

@tenpaiyomi
Copy link

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.

rawkode added a commit to RawkodeAcademy/RawkodeAcademy that referenced this issue Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant