diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml new file mode 100644 index 0000000..dae2737 --- /dev/null +++ b/.forgejo/workflows/publish.yaml @@ -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 }}