File system operations
just build # build wasm component
just test # run e2e testsPushing to main publishes a signed component to
actpkg.dev/<owner>/filesystem (owner derived from the git remote;
override the full path with the OCI_REGISTRY env var). CI signs the image
keylessly with cosign via GitHub OIDC.
One-time setup: create a Personal Access Token at
actpkg.dev and add it as a repository secret named
ACTPKG_TOKEN (Settings → Secrets and variables → Actions).
just publish # local publish (unsigned); CI signs on push to mainMIT OR Apache-2.0