Skip to content

Commit fb822b8

Browse files
committed
Update workflow.yml
1 parent f664a5b commit fb822b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
- name: Run integration tests
4848
env:
4949
ENVIRONMENT: test
50-
DATABASE_URL: ${{vars.DATABASE_URL}}
50+
DATABASE_URL: ${{ secrets.DATABASE_URL }}
5151
run: go test -v -tags=integration ./...

0 commit comments

Comments
 (0)