Jacob Hands
d44c80928a
Merge pull request #315 from Alexkuva/patch-1
...
chore: Add environment parameter for worker secret
2024-11-19 14:34:40 -06:00
Courtney Sims
0140ffbc93
Update documentation
2024-11-13 12:06:27 -06:00
Alex
95555f6ed0
add environment parameter for worker secret
...
Add environment parameter for worker secret in readme.md
linked issue example: https://github.com/cloudflare/wrangler-action/issues/251
2024-11-02 17:02:18 +01:00
Maximo Guk
122ee5cf5b
Moves wrangler output to tmpdir rather than /opt/ since /opt/ is owned by root.
...
- Github self hosted runners may not have permissions to write to /opt/
- Also fallsback to trying to extract the deployment-url and deployment-alias-url from stdout when WRANGLER_OUTPUT_DIR is not specified
2024-11-01 13:29:38 -05:00
Maximo Guk
7b9aec5185
Merge pull request #291 from Ambroos/add-pages-deployment-alias
...
Add deployment-alias-url for pages deployments with Wrangler 3.78.0+
2024-10-01 19:11:49 -03:00
James Ross
8bc5c5f050
chore: add support for new bun.lock
2024-09-26 01:02:47 +01:00
Ambroos Vaes
a1467a0c8f
Add deployment-alias-url for pages deployments with Wrangler 3.78.0+
2024-09-19 18:54:02 +02:00
Ema Suriano
88906781f0
docs: Update README.md ( #252 )
2024-04-11 08:50:40 +01:00
Rahul Sethi
1be73b90f6
update copy
2024-04-03 18:31:44 +01:00
Rahul Sethi
180648017b
add minimum wrangler version info
2024-04-03 18:27:15 +01:00
Rahul Sethi
9003b06015
add versions upload instructions to README
2024-04-03 18:17:45 +01:00
Igor Minar
4bf3047bb8
Update README.md
2024-03-26 11:07:50 -07:00
Igor Minar
f2c22accd3
Update README.md
...
remote ws
2024-03-26 11:03:23 -07:00
James Ross
0c36639f72
docs: add brief docs about packageManager
2024-03-26 00:31:15 +00:00
James Ross
d5a1abb013
docs: remove warning about packageManager and pnpm default
2024-03-25 22:04:20 +00:00
Jiri Spac
c214b69bae
docs: add warning about packageManager config ( #242 )
2024-03-11 09:16:06 +00:00
Raphael Boidol
78c994fb95
Update README.md to remove deprecation warnings ( #236 )
...
`actions/checkout@v3` runs on node16 which is sunset by GitHub Action runners.
2024-02-16 13:12:01 +00:00
David Wheatley
ba0f485178
docs: update link to api token generation instructions
2023-12-20 02:07:57 +00:00
Cina Saffary
bd3857047e
Apply suggestions from code review
2023-12-13 11:15:50 -06:00
GrantBirki
97c920b38e
parse and set the deployment-url
2023-12-07 22:48:10 -07:00
GrantBirki
11fa60953d
set another output for stderr as it will almost always contain 'some' data
2023-12-07 22:30:51 -07:00
GrantBirki
5ee7b681bc
update readme
2023-12-07 22:27:25 -07:00
GrantBirki
74a612d924
swap from file to output variable
2023-12-07 22:26:06 -07:00
GrantBirki
a8845f6d95
update docs
2023-12-01 11:10:27 -07:00
James Gentes
57159ca2ed
updated CF_ACCOUNT_ID
2023-10-30 13:17:34 -07:00
James Gentes
7dd5c3621b
Swap CF_API_TOKEN with CLOUDFLARE_API_TOKEN
...
If the token isn't specified, wrangler throws this error, indicating the CLOUDFLARE_API_TOKEN should be set, so it's worth being consistent so folks can copy/paste the examples and have it work out of the box:
```
In a non-interactive environment, it's necessary to set a CLOUDFLARE_API_TOKEN environment variable for wrangler to work.
```
2023-10-29 17:34:03 -07:00
Ethan
f089b0a195
Update README.md
...
Co-authored-by: lrapoport-cf <107272160+lrapoport-cf@users.noreply.github.com>
2023-08-14 22:06:06 +08:00
Ethan Pang
4318a2fb97
Fix examples in README.md
2023-08-14 18:19:03 +08:00
Jacob M-G Evans
a9ac89cd00
Update README.md
2023-08-11 11:37:23 -05:00
Jacob M-G Evans
5b3d60c156
Testing Changeset behavior
2023-08-10 16:51:52 -05:00
Jacob M-G Evans
3c728e1d5d
Update README.md
...
Co-authored-by: lrapoport-cf <107272160+lrapoport-cf@users.noreply.github.com>
2023-08-10 15:45:08 -05:00
Jacob M-G Evans
a333df3c9e
Update documentation to include new versioning syntax support
2023-08-10 15:30:29 -05:00
Jacob M-G Evans
c9da75b82e
Update README with newer version of checkout action
2023-08-08 15:13:05 -05:00
lrapoport-cf
45c57ae013
Update publish to deploy
2023-08-07 15:57:12 -04:00
Jacob M-G Evans
002bb083fa
Update README.md
...
Co-authored-by: lrapoport-cf <107272160+lrapoport-cf@users.noreply.github.com>
2023-08-07 14:42:06 -05:00
Jacob M-G Evans
42c609b2d6
included README update
2023-08-07 14:29:10 -05:00
Jacob M-G Evans
74a9b9885f
Update README to remove v1 suggestions/examples
2023-08-07 13:18:56 -05:00
Jacob M-G Evans
edb2a58814
feat: rewrite Wrangler Action in TypeScript
...
* Removes dependencies such as Docker, decreasing spin-up time
* Adds community-requested features, including bulk secrets API utilization from Wrangler
* Fixes CI/CD
* Adds testing
* Improves command implementation
* Begins using Node for the Action engine/runner
* Openly discusses all changes with the community
GitHub Discussions opened and Issues monitored
BREAKING CHANGES:
* Docker is no longer a dependency
* Wrangler v1 is no longer supported
Additional related Internal tickets:
Major Version Default: https://jira.cfdata.org/browse/DEVX-632
Rewrite Project: DEVX-804,802,800,632
2023-08-07 13:05:09 -05:00
Daniel Walsh
3d1979ca8e
Support wrangler2 - v2.0.0
2022-05-09 11:49:03 +01:00
Jason Schrader
a33b48c9fe
Update README.md release version
...
This change updates the release version for cloudflare/wrangler-action in all examples from `1.2.0` to `1.3.0`.
It also corrects a typo on the last example changing `TOML` to `YAML` based on the code below it.
2020-11-13 07:56:23 -07:00
Kristian Freeman
60c377d0bf
Merge pull request #42 from Indigenuity/master
...
Suggest workflow_dispatch for manual deploys
2020-09-16 12:46:23 -05:00
Hector Dearman
8df5ab90b3
Update Readme to reference v1.3.0
...
The readme mentions v1.2.0 but some of the commands (for example publish)
are only present in v1.3.0. Update readme to use v1.3.0 instead.
2020-09-11 22:05:51 +01:00
JD Kemsley
f4e53e2753
Suggest workflow_dispatch for manual deploys
2020-09-11 12:53:43 -05:00
Joslin, Brady W (Brady)
bc7b76075d
update explanation of publish option
2020-08-11 22:53:34 -05:00
Joslin, Brady W (Brady)
176cda2c0e
add ability to skip publish
2020-08-11 22:46:42 -05:00
Joslin, Brady W (Brady)
93b9408aec
pre-post-commands
2020-08-07 16:36:37 -05:00
Brady Joslin
c511ea2eb5
Update README.md
2020-06-27 10:38:37 -05:00
Kristian Freeman
21f14faa06
Bump version in README
2020-06-22 10:32:48 -05:00
Joslin, Brady W (Brady)
3123fc538b
add secrets publishing
2020-06-15 23:09:55 -05:00
Mike Coutermarsh
8dd9410702
Improvements to the readme
...
Setting checkout to V2 and fixing the environment link
2020-04-04 20:57:36 -07:00