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 ```