We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f664a5b commit fb822b8Copy full SHA for fb822b8
.github/workflows/workflow.yml
@@ -47,5 +47,5 @@ jobs:
47
- name: Run integration tests
48
env:
49
ENVIRONMENT: test
50
- DATABASE_URL: ${{vars.DATABASE_URL}}
+ DATABASE_URL: ${{ secrets.DATABASE_URL }}
51
run: go test -v -tags=integration ./...
0 commit comments