We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81602c commit 673ec72Copy full SHA for 673ec72
1 file changed
.github/workflows/integration.yml
@@ -18,3 +18,5 @@ jobs:
18
language: javascript
19
repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
20
commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}
21
+ env:
22
+ EXHORT_BACKEND_URL: https://exhort.stage.devshift.net
0 commit comments