mirror of
https://github.com/lovellfelix/minio-deploy-action.git
synced 2025-12-10 11:11:14 +00:00
Update README.md
This commit is contained in:
@@ -10,7 +10,7 @@ Put the following step in your workflow:
|
||||
|
||||
```yml
|
||||
- name: Minio Deploy
|
||||
uses: hkdobrev/minio-deploy-action@v1
|
||||
uses: lovellfelix/minio-deploy-action@v1
|
||||
with:
|
||||
endpoint: ${{ secrets.MINIO_ENDPOINT }}
|
||||
access_key: ${{ secrets.MINIO_ACCESS_KEY }}
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Minio Deploy
|
||||
uses: hkdobrev/minio-deploy-action@v1
|
||||
uses: lovellfelix/minio-deploy-action@v1
|
||||
with:
|
||||
endpoint: ${{ secrets.MINIO_ENDPOINT }}
|
||||
access_key: ${{ secrets.MINIO_ACCESS_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user