Skip to content

Commit

Permalink
change credentials in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jackschonherr authored and Brennan1994 committed Jan 1, 2025
1 parent 409d044 commit ca303a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Start MinIO container
run: docker run -d --name minio -p 9000:9000 -e MINIO_ROOT_USER=AKIAIOSFODNN7EXAMPLE -e MINIO_ROOT_PASSWORD=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY quay.io/minio/minio server /data
run: docker run -d --name minio -p 9000:9000 -e MINIO_ROOT_USER=USERNAME -e MINIO_ROOT_PASSWORD=PASSWORD quay.io/minio/minio server /data
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit ca303a8

Please sign in to comment.