@ferrflow/darwin-x64 4.1.0 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/bin/ferrflow +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
# FerrFlow
|
|
2
2
|
|
|
3
|
-
[](https://github.com/FerrLabs/FerrFlow/actions/workflows/ci.yml)
|
|
4
|
-
[](https://github.com/FerrLabs/FerrFlow/actions/workflows/release.yml)
|
|
5
3
|
[](https://github.com/FerrLabs/FerrFlow/releases/latest)
|
|
6
4
|
[](https://codecov.io/gh/FerrLabs/FerrFlow)
|
|
7
5
|
[](LICENSE)
|
|
8
6
|
[](https://badge.socket.dev/npm/package/ferrflow/latest)
|
|
9
|
-
[](https://scorecard.dev/viewer/?uri=github.com/FerrLabs/FerrFlow)
|
|
10
8
|
|
|
11
9
|
Universal semantic versioning for monorepos and classic repos.
|
|
12
10
|
|
|
@@ -545,6 +543,8 @@ steps:
|
|
|
545
543
|
bot: true
|
|
546
544
|
```
|
|
547
545
|
|
|
546
|
+
That's it — no `setup-node`, no extra dependencies. FerrFlow's Rust binary handles the OIDC exchange directly, so minimal self-hosted runners work out of the box.
|
|
547
|
+
|
|
548
548
|
Three auth modes are supported: `bot: true` uses the hosted FerrFlow App (recommended); `token: <PAT>` uses a personal access token or your own GitHub App token (DIY); omitting both falls back to the workflow's `GITHUB_TOKEN` (simplest, but release events won't trigger downstream workflows).
|
|
549
549
|
|
|
550
550
|
## License
|
package/bin/ferrflow
CHANGED
|
Binary file
|
package/package.json
CHANGED