File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 echo "Upload done!"
2020 deploy_to_test :
2121 needs : build
22- runs-on : ubuntu-latest
22+ runs-on : ubuntu-latest # use self-hosted machines if your Bytebase runs in internal networks.
2323 environment : test
2424 env :
2525 BYTEBASE_URL : https://demo.bytebase.com
Original file line number Diff line number Diff line change 99 check_release_on_test :
1010 permissions :
1111 pull-requests : write # write permission required to allow the action writes the check results to the comment.
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-latest # use self-hosted machines if your Bytebase runs in internal networks.
1313 env :
1414 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
1515 BYTEBASE_URL : https://demo.bytebase.com
You can’t perform that action at this time.
0 commit comments