Commit graph

62 commits

Author SHA1 Message Date
Kristian Freeman
9e7e2ec6db It's wrangler-action 1.1.0! 📡
- Support `apiToken` as an authentication method
  - Deprecates `apiKey` and `email`, making them optional parameters and encouraging `apiToken` usage in build logs
- Support `wranglerVersion` for installing a specific Wrangler version for your build
- Per #7, support for `workingDirectory` to run `wrangler-action` in a specific directory in your repo
- Adds a test Workers project under the `test` directory. This is used in the repo's new set of workflows (see below)
- Adds a GitHub Action workflow that:
  - Lints `entrypoint.sh` to ensure that the shell script looks correct
  - Runs the action with various config options to ensure future pushes don't introduce regressions
2019-12-09 11:13:30 -06:00
Frank Shotwell
bc0254d9f8 Add workingDirectory option for publishing a subdirectory 2019-11-07 13:15:49 -08:00
Hugo Romano
6b4d853121
naming convention to CF_ 2019-10-27 19:48:39 +00:00
Hugo Romano
b190740662
changed secrets naming 2019-10-27 01:37:10 +01:00
Adam Schwartz
d5240e236f
recommend adding name to action 2019-10-24 18:31:04 -04:00
Kristian Freeman
e9594b6880 Release version 1.0 2019-10-24 09:19:53 -05:00
Kristian Freeman
051abafa82 Update README with use cases 2019-10-17 16:29:40 -05:00
Kristian Freeman
599ff4dc4b Update README, better output on missing secret 2019-10-15 16:13:22 -05:00
Kristian Freeman
4d919731a7 Finish a thought 2019-10-14 15:58:48 -05:00
Kristian Freeman
1df1baa8d6 toml -> yaml in README 2019-10-14 15:58:01 -05:00
Kristian Freeman
7278e6c6b8 Add README, licenses 2019-10-14 15:54:13 -05:00
Kristian Freeman
94b86fb506 Initial commit 2019-10-07 14:50:33 -05:00