Skip to content

Commit 2677667

Browse files
committed
actions: oops, have to have a .env file
1 parent 0899cee commit 2677667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-devbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020

21-
# - name: Create .env file
21+
- name: Create .env file
22+
run: cp .env.example .env
2223
# run: |-
2324
# echo "QUARKUS_GOOGLE_CLOUD_PROJECT_ID=${{ secrets.QUARKUS_GOOGLE_CLOUD_PROJECT_ID }}" >> .env
24-
# run: cp .env.example .env
2525
# instead of copying, we need to use gh secrets to create the .env file with the "real" values
2626
# e.g:
2727
# echo "DB_HOST=${{ secrets.DB_HOST }}" >> .env

0 commit comments

Comments
 (0)