mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01:00
10 lines
224 B
TOML
10 lines
224 B
TOML
|
name = "wrangler-action-environment-test"
|
||
|
main = "./index.ts"
|
||
|
compatibility_date = "2023-07-07"
|
||
|
workers_dev = true
|
||
|
|
||
|
[env.dev]
|
||
|
name = "wrangler-action-dev-environment-test"
|
||
|
[env.dev.vars]
|
||
|
DEV_VAR = "example_production_token"
|