fix(docker-compose): add INSTILL_CORE_HOST
back for Console to connect to the backend properly
#302
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add PR to Project | |
on: | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
track_pr: | |
uses: instill-ai/.github/.github/workflows/add-to-prj.yml@main | |
with: | |
project_number: 5 | |
secrets: | |
botGitHubToken: ${{ secrets.botGitHubToken }} |