Shared Forgejo Actions
Find a file
2026-05-05 13:21:23 +00:00
.devcontainer chore: remove unused extensions 2026-05-04 07:13:53 +00:00
.forgejo/workflows feat: add helm-deploy action 2026-05-05 12:57:56 +00:00
aikido-full-scan fix: reference internal actions as full qualified shared actions 2026-05-04 12:56:45 +00:00
aikido-pr-scan fix: reference internal actions as full qualified shared actions 2026-05-04 12:56:45 +00:00
aws-configure feat: add aws-access-key-id and aws-secret-access-key inputs to aws-configure action 2026-05-04 09:04:49 +00:00
cache feat: add cache action 2026-05-05 06:04:14 +00:00
checkout fix: downgrade checkout 2026-05-04 14:27:04 +00:00
helm-deploy feat: add helm-deploy action 2026-05-05 12:57:56 +00:00
inject-content feat: add inject-content action 2026-05-05 12:23:18 +00:00
internal-aikido-full-scan fix: reference internal actions as full qualified shared actions 2026-05-04 12:56:45 +00:00
internal-aikido-pr-scan fix: reference internal actions as full qualified shared actions 2026-05-04 12:56:45 +00:00
pnpm-build feat: add pnpm-build action 2026-04-30 14:02:09 +02:00
publish-static-contents feat: add publish-static-contents action 2026-04-30 14:02:09 +02:00
terraform-apply feat: add terraform-apply action 2026-05-04 07:52:38 +00:00
terraform-validate feat: add terraform-validate action 2026-04-30 14:30:34 +02:00
CODEOWNERS ci: add codeowners 2026-04-24 16:05:57 +02:00
README.md feat: add helm-deploy action 2026-05-05 12:57:56 +00:00

shared-actions

Shared actions for Forgejo CI/CD pipelines.

Actions

Action Description
aikido-full-scan Aikido full scan
aikido-pr-scan Aikido PR scan
aws-configure Authenticate with AWS via OIDC
cache Cache files between workflow runs
checkout Action for checking out a repository
helm-deploy Deploy a service to Kubernetes via Helm over SSH
inject-content Inject content into a file by appending or overwriting
pnpm-build Action for building and validating with PNPM
publish-static-contents Syncs frontend assets to S3 and invalidates a CloudFront distribution
terraform-apply Apply Terraform configuration files using the official Terraform CLI
terraform-validate Validate Terraform configuration files using the official Terraform CLI

Security

Where third-party Forgejo/GitHub Actions are used internally, they are pinned to exact commit hashes rather than mutable tags to prevent supply chain attacks.

Usage

Reference actions from your project's workflow:

- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/<action-name>@<action-name>-v1
  with:
    # see each action's README for inputs

Each action has its own README with inputs, usage examples, and notes.