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

CI fails to deploy #70

Closed
northportio opened this issue May 4, 2024 · 2 comments · Fixed by #72
Closed

CI fails to deploy #70

northportio opened this issue May 4, 2024 · 2 comments · Fixed by #72

Comments

@northportio
Copy link

Getting this error:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
@MatthewA1
Copy link
Contributor

@northportio That is only a warning as it pertains to the actions/checkout step which is succeeding in your deploy action workflow. It looks like the cause of your CI action completely failing is an authentication issue with Wrangler.
image
It looks like probably you don't have the proper permissions assigned to the API key you provided, or maybe there's a mistake in the Account ID or API key you entered as the secrets.
In any case, I submitted a PR to resolve the warning you reported. I confirmed my own deployment works despite this warning.

@northportio
Copy link
Author

Thanks @MatthewA1. Just rotated my tokens and CI deploys fine with setting the checkout actions to v4. I can confirm that #72 works fine.

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

Successfully merging a pull request may close this issue.

2 participants