Switch from env to vars
Some checks failed
/ publish (push) Failing after 3s

This commit is contained in:
asonix 2024-02-10 12:08:38 -06:00
parent d02596236a
commit fc1afdbb49

View file

@ -14,7 +14,7 @@ jobs:
name: List Object Storage
uses: https://github.com/jhwz/minio-action@main
with:
endpoint: ${{ env.GARAGE_ENDPOINT }}
endpoint: ${{ vars.GARAGE_ENDPOINT }}
access_key: ${{ secrets.GARAGE_KEY_ID }}
secret_key: ${{ secrets.GARAGE_SECRET_KEY }}
args: ls minio/${{ env.GARAGE_BUCKET_NAME }}
args: ls minio/${{ vars.GARAGE_BUCKET_NAME }}