Update .github/workflows/build_prepare.yaml
This commit is contained in:
7
.github/workflows/build_prepare.yaml
vendored
7
.github/workflows/build_prepare.yaml
vendored
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user