-
Notifications
You must be signed in to change notification settings - Fork 164
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
uploading environment secrets doesn't work with pages deploy #304
Comments
This appears to be throwing errors on Worker deploys, too.
Using: |
Does this issue persist if you update the deprecated command and use the latest wrangler version? |
Looks like we may need to adjust behavior here to allow setting secrets for Pages, such as with a Until then, users can work around this by manually uploading secrets in the Cloudflare dashboard, or locally using |
Aye, that's generally how I've gotten around these with failing Workers deployments. Seems like these deprecated commands come through every now and then through normal usage of the Wrangler CLI so it's hard to know exactly when it breaks...until it does! |
wrangler-action/src/index.ts
Line 251 in cd8a317
When the repository is pages directory, it needs to run
Otherwise it will run into the following error:
The text was updated successfully, but these errors were encountered: