We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8f965 commit 16c16eaCopy full SHA for 16c16ea
.github/workflows/tmp-cloudflare-open-next-deploy.yml
@@ -64,3 +64,8 @@ jobs:
64
env:
65
CF_WORKERS_SCRIPTS_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
66
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
67
+ CLOUDFLARE_ACCOUNT_ID: fb4a2d0f103c6ff38854ac69eb709272
68
+ # Note the R2_* env variables below are useful for speeding up the assets upload
69
+ # process, see: https://opennext.js.org/cloudflare/cli#populatecache-command
70
+ R2_ACCESS_KEY_ID: ${{ env.R2_ACCESS_KEY_ID }}
71
+ R2_SECRET_ACCESS_KEY`: ${{ secrets.R2_SECRET_ACCESS_KEY }}
0 commit comments