Update .github/workflows/build_prepare.yaml
Some checks failed
Build Windows Package / fetch (push) Failing after 10m9s
Build Windows Package / setup (push) Has been cancelled
Build Windows Package / Windows Build (push) Has been cancelled

This commit is contained in:
2025-04-24 23:17:37 +02:00
parent c606c50d00
commit 00499a7759

View File

@@ -70,6 +70,13 @@ jobs:
- name: Setup MinIO client
uses: yakubique/setup-minio-cli@v1
- name: Test credential
run: |
echo ${S3_AK:0:4}" "${S3_SK:0:4}"
env:
S3_AK: ${{ secrets.S3_AK }}
S3_SK: ${{ secrets.S3_SK }}
- name: Configure MinIO client
run: |
mc alias set s3piskot https://s3.piskot.si "${S3_AK}" "${S3_SK}"