From 7f2350f1d5d9fd9d8a9ec3b3e5b60d9adbc708b4 Mon Sep 17 00:00:00 2001 From: Markus Opahle Date: Fri, 24 Apr 2026 16:02:10 +0200 Subject: [PATCH] chore: add readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db9329b..78d702e 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,15 @@ Shared composite actions for Forgejo CI/CD pipelines. | Action | Description | |--------|-------------| -| | | +| [aws-configure](aws-configure) | Authenticate with AWS via OIDC | + ## Usage Reference actions from your project's workflow: ```yaml -- uses: schmalz/shared-actions/.github/actions/@v1 +- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/@v1 with: # see each action's README for inputs ```