-
Notifications
You must be signed in to change notification settings - Fork 701
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
Draft Worker for Bulk Secrets #4028
Conversation
🦋 Changeset detectedLatest commit: 70c5af4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6313758002/npm-package-wrangler-4028 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/6313758002/npm-package-wrangler-4028 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6313758002/npm-package-wrangler-4028 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6313758002/npm-package-cloudflare-pages-shared-4028 Note that these links will no longer work once the GitHub Actions artifact expires.
| Please ensure constraints are pinned, and |
379e700
to
105bbfb
Compare
Codecov Report
@@ Coverage Diff @@
## main #4028 +/- ##
==========================================
+ Coverage 74.94% 75.07% +0.12%
==========================================
Files 207 200 -7
Lines 11826 11671 -155
Branches 3079 3060 -19
==========================================
- Hits 8863 8762 -101
+ Misses 2963 2909 -54
|
8b15080
to
5f9b802
Compare
When Secrets are uploaded if there is no Worker in place already it will fail, this allows for the same draft worker logic to retry adding the secrets
5f9b802
to
70c5af4
Compare
When Secrets are uploaded if there is no Worker in place already it will fail, this allows for the same draft worker logic to retry adding the secrets
Fixes # cloudflare/wrangler-action#162