fix: MC env var instead of minio
This commit is contained in:
parent
bd86be563f
commit
60f9d1d8c7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: Deploy
|
|||
on: [workflow_dispatch]
|
||||
|
||||
env:
|
||||
MINIO_HOST_HS: https://${secret.MINIO_ACCESS_KEY}:${secret.MINIO_SECRET_KEY}@s3.davidon.top
|
||||
MC_HOST_HS: https://${secret.MINIO_ACCESS_KEY}:${secret.MINIO_SECRET_KEY}@s3.davidon.top
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue