personal-site/.forgejo/workflows/publish.yaml
asonix fc1afdbb49
Some checks failed
/ publish (push) Failing after 3s
Switch from env to vars
2024-02-10 12:08:38 -06:00

21 lines
506 B
YAML

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: ${{ vars.GARAGE_ENDPOINT }}
access_key: ${{ secrets.GARAGE_KEY_ID }}
secret_key: ${{ secrets.GARAGE_SECRET_KEY }}
args: ls minio/${{ vars.GARAGE_BUCKET_NAME }}