shared-actions/README.md
Michael Seele afa2cfc241
All checks were successful
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 40s
validate-shared-actions / validate-shared-actions (pull_request) Successful in 39s
feat: add i18n-sync action to fetch translations and create pull requests
2026-05-22 09:27:55 +00:00

1.6 KiB

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
i18n-sync Fetch translations from i18n.schmalz.com and open a pull request
inject-content Inject content into a file by appending or overwriting
maven-build Action for building and validating Maven projects
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.