Attempt to use minio action
Some checks failed
/ publish (push) Failing after 7s

This commit is contained in:
asonix 2024-02-10 12:06:42 -06:00
parent 88f7a794fd
commit d02596236a

View file

@ -0,0 +1,20 @@
on:
push:
branches:
- main
jobs:
publish:
runs-on: base-image
steps:
-
name: Checkout Project
uses: https://github.com/actions/checkout@v4
-
name: List Object Storage
uses: https://github.com/jhwz/minio-action@main
with:
endpoint: ${{ env.GARAGE_ENDPOINT }}
access_key: ${{ secrets.GARAGE_KEY_ID }}
secret_key: ${{ secrets.GARAGE_SECRET_KEY }}
args: ls minio/${{ env.GARAGE_BUCKET_NAME }}