Skip to content

Commit

Permalink
i hate github actions man
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Apr 4, 2024
1 parent ee32aed commit e4fb9fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/runtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Minio Deploy
uses: lovellfelix/minio-deploy-action@v1
with:
endpoint: ${{ secrets.MINIO_ENDPOINT }}
access_key: ${{ secrets.MINIO_ACCESS_KEY }}
secret_key: ${{ secrets.MINIO_SECRET_KEY }}
endpoint: "http://localhost:9000"
access_key: "default"
secret_key: "default"
bucket: 'projects,project-thumbnails'
# Optional inputs with their defaults:
source_dir: 'public'
Expand Down

0 comments on commit e4fb9fd

Please sign in to comment.