cloudflare / wrangler-action

🧙‍♀️ easily deploy cloudflare workers applications using wrangler and github actions
Apache License 2.0
1.25k stars 159 forks source link

Update README.md to remove deprecation warnings #236

Closed boidolr closed 9 months ago

boidolr commented 9 months ago

actions/checkout@v3 runs on node16 which is sunset by GitHub Action runners.

resolves https://github.com/cloudflare/wrangler-action/issues/232

boidolr commented 9 months ago

This causes the CI tests to fail. We'll need these to pass before we can land this.

I am not clear on what to change here. The README.md changed, and now a build complains about CLOUDFLARE_API_TOKEN not being set when building. Any guidance on what exactly needs to change?

petebacondarwin commented 9 months ago

Doh! Sorry. My mistake. Since the PR is coming from your fork, you don't have access to the secrets in Github for the action to run successfully.