setup-git-repo 1.0.15 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "setup-git-repo",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "description": "One command to set up a GitHub repo: Turborepo, CI workflows, README badges, and the docs for each",
5
5
  "type": "module",
6
6
  "bin": {
@@ -78,7 +78,7 @@ jobs:
78
78
 
79
79
  - name: Deploy to Cloudflare Workers
80
80
  working-directory: apps/test-reports
81
- run: npx wrangler deploy
81
+ run: npx wrangler deploy --keep-vars
82
82
  env:
83
83
  CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
84
84
  CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}