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