Skip to content

Commit d837945

Browse files
committed
Retry workflow
1 parent fb822b8 commit d837945

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: ${{ secrets.DATABASE_URL }}
50+
DATABASE_URL: ${{ vars.DATABASE_URL }}
5151
run: go test -v -tags=integration ./...

0 commit comments

Comments
 (0)