Shared Forgejo Actions
Find a file
2026-04-27 09:26:10 +00:00
.forgejo/workflows fix: use forgejo runner to validate actions 2026-04-27 10:54:02 +02:00
aws-configure ci: add codeowners 2026-04-24 16:05:57 +02:00
CODEOWNERS ci: add codeowners 2026-04-24 16:05:57 +02:00
README.md chore: add readme 2026-04-24 16:05:57 +02:00

shared-actions

Shared composite actions for Forgejo CI/CD pipelines.

Actions

Action Description
aws-configure Authenticate with AWS via OIDC

Usage

Reference actions from your project's workflow:

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

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