This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryFirst release of a GitHub Action wrapper that runs SWEny workflows.
Full changelog
First release of swenyai/sweny/actions/run — a generic GitHub Action wrapper for the SWEny workflow engine.
Run any SWEny workflow YAML on GitHub Actions. Installs @sweny-ai/core (which ships the sweny CLI) and executes the workflow file you point it at.
Usage
- uses: swenyai/sweny/actions/run@v4
with:
workflow: .sweny/workflows/my-workflow.yml
claude-oauth-token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
env:
# Anything your workflow needs
LINEAR_API_KEY: ${{ secrets.LINEAR_API_KEY }}
Inputs
| Input | Required | Default |
|---|---|---|
| workflow | yes | — |
| claude-oauth-token | one of | — |
| anthropic-api-key | one of | — |
| cli-version | no | latest |
| node-version | no | 24 |
| working-directory | no | . |
Versioning
This action ships out of the swenyai/sweny repo. The moving @v4 tag tracks the same release stream as the root swenyai/sweny@v4 action — pin to @v4 for the latest, or to this immutable tag (@actions/run/v1.0.0) for stability.
See the README for full docs.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Track SWEny, YAML workflows for AI agents I'm running in prod (triage, E2E)
Get notified when new releases ship.
Sign up freeAbout SWEny, YAML workflows for AI agents I'm running in prod (triage, E2E)
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]