@ferrflow/darwin-x64 4.1.0 → 4.2.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 +2 -0
- package/bin/ferrflow +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -545,6 +545,8 @@ steps:
|
|
|
545
545
|
bot: true
|
|
546
546
|
```
|
|
547
547
|
|
|
548
|
+
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.
|
|
549
|
+
|
|
548
550
|
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
551
|
|
|
550
552
|
## License
|
package/bin/ferrflow
CHANGED
|
Binary file
|
package/package.json
CHANGED