Skip to content

Commit

Permalink
Update step for creating .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Jan 16, 2022
1 parent 53ebdd9 commit f0b2acf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/periodic_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
run: go get -v -t -d ./...

- name: Create .env file
- shell: bash
run: |
touch .env
echo "MINIO_ROOT_USER=${{ secrets.MINIO_ROOT_USER }}" >> .env
Expand Down

0 comments on commit f0b2acf

Please sign in to comment.