mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +01:00
d6590f86f4
Utilizing build & tag action to automate the deps and build steps for releasing the Action. Additionally using NCC for the build process to easy compile the deps into a small executable with the JS file.
9 lines
224 B
TOML
9 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"
|