Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

bekk-basen-agentic-workflows

Org catalog of GitHub Agentic Workflows for Basen repos.

Workflows live in .github/workflows/*.md. Other repos install them from here; they do not run automatically just because this catalog exists.

Prerequisites

On the target repo (or org):

  1. gh-aw CLI: gh extension install github/gh-aw
  2. AI engine secret, e.g. COPILOT_GITHUB_TOKEN (fine-grained PAT with Copilot Requests: Read), or ANTHROPIC_API_KEY / OPENAI_API_KEY / GEMINI_API_KEY

Install a workflow

From the target repo:

gh aw add bekk/bekk-basen-agentic-workflows/update-dependencies
gh aw compile

Or deploy from this catalog:

gh aw deploy ./update-dependencies.md --repo bekk/<target-repo>

Commit the .md and generated .lock.yml, then push.

Run

gh aw run update-dependencies --repo bekk/<target-repo>

Or: Actions → workflow → Run workflow.

Developing workflows

After editing a .md workflow, compile and commit both files:

gh aw compile

CI runs the same check on PRs/main and fails if lockfiles are stale.

Workflows

update-dependencies

Manual dependency updates (vulnerable first, then small safe bumps). Opens a [deps] PR or no-ops.

  • Trigger: workflow_dispatch only
  • Skips if an open [deps] PR already exists

About

Org catalog of GitHub Agentic Workflows for Basen repos

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors