feat(module): initial import
All checks were successful
main / test (push) Successful in 56s

This commit is contained in:
Julien Dessaux 2025-04-10 23:46:01 +02:00
commit e2691f89e7
Signed by: adyxax
GPG key ID: F92E51B86E07177E
14 changed files with 553 additions and 0 deletions

View file

@ -0,0 +1,16 @@
---
name: 'main'
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: 'self-hosted'
steps:
- uses: 'actions/checkout@v4'
- uses: "https://git.adyxax.org/adyxax/action-tofu-aws-test@1.0.0"
with:
aws-access-key-id: "${{ vars.AWS_ACCESS_KEY_ID }}"
aws-access-key-secret: "${{ secrets.AWS_ACCESS_KEY_SECRET }}"