Shared Forgejo Actions
Find a file
Michael.Seele@schmalz.de c6c23a8827
Merge pull request 'feat: add playwright actions with documentation' (#41) from feature/playwright-actions into main
Reviewed-on: #41
Reviewed-by: Maier David - J. Schmalz GmbH <david.maier@noreply.schmalz-git.git.onstackit.cloud>
2026-06-10 07:05:40 +00:00
.devcontainer chore: remove unused extensions 2026-05-04 07:13:53 +00:00
.forgejo/workflows feat: add playwright actions with documentation 2026-06-08 15:06:22 +00:00
aikido-full-scan fix: strip leading slash from forgejo.repository in aikido full scan 2026-05-21 07:50:37 +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
download-artifact feat: add download-artifact and upload-artifact actions with documentation 2026-05-22 09:55:02 +00:00
helm-deploy feat: decouple hostname from action 2026-06-01 11:06:31 +02:00
i18n-sync feat: add i18n-sync action to fetch translations and create pull requests 2026-05-22 09:27:55 +00:00
inject-content feat: add inject-content action 2026-05-05 12:23:18 +00:00
internal-aikido-full-scan fix: use forgejo.repository for aikido full scan schedule compatibility 2026-05-21 07:37:05 +00:00
internal-aikido-pr-scan fix: reference internal actions as full qualified shared actions 2026-05-04 12:56:45 +00:00
maven-build feat: add maven-build action 2026-05-05 13:07:32 +00:00
playwright-merge feat: add playwright actions with documentation 2026-06-08 15:06:22 +00:00
playwright-run feat: add playwright actions with documentation 2026-06-08 15:06:22 +00:00
pnpm-build fix: force public npm registry for pnpm self-installer bootstrap 2026-05-22 09:29:42 +02:00
publish-static-contents fix: update cache control argument handling for S3 sync 2026-06-01 12:35:17 +00:00
rust-build feat: add rust-build action with documentation 2026-06-01 14:30:16 +00:00
terraform-apply Merge pull request 'feat: add caching for pnpm store and Terraform providers' (#23) from feature/add-cache into main 2026-05-06 08:53:04 +00:00
terraform-validate feat: add mock-files input to create empty files for Terraform validation 2026-05-21 13:50:14 +00:00
upload-artifact feat: add download-artifact and upload-artifact actions with documentation 2026-05-22 09:55:02 +00:00
vacuum-lint feat: add vacuum-lint action with documentation 2026-06-03 14:42:18 +00:00
CODEOWNERS ci: add codeowners 2026-04-24 16:05:57 +02:00
README.md feat: add playwright actions with documentation 2026-06-08 15:06:22 +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
download-artifact Download Forgejo Actions artifacts by name or pattern
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
playwright-merge Merge Playwright shard blob reports and publish consolidated reports
playwright-run Run Playwright tests for one shard and upload its blob report
publish-static-contents Syncs frontend assets to S3 and invalidates a CloudFront distribution
rust-build Set up Rust toolchain, run checks, and build via the project's build.sh
terraform-apply Apply Terraform configuration files using the official Terraform CLI
terraform-validate Validate Terraform configuration files using the official Terraform CLI
upload-artifact Upload files as a Forgejo Actions artifact
vacuum-lint Validate and lint OpenAPI specifications using Vacuum

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.