personal-site/.forgejo/workflows/publish.yaml

21 lines
504 B
YAML
Raw Normal View History

2024-02-10 18:06:42 +00:00
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 }}