File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1+ # This workflow currently doesn't work as a PR can not check out a private repo due to no secrets being available.
12name : Downstream - Timefold Solver Enterprise Edition
23
34on :
@@ -37,11 +38,10 @@ jobs:
3738 run : ./timefold-solver/.github/scripts/check_chain_repo.sh
3839 - name : Checkout timefold-solver-enterprise
3940 uses : actions/checkout@v4
40- env :
41- GITHUB_TOKEN : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
4241 with :
4342 repository : ${{ env.TARGET_CHAIN_USER }}/${{ env.TARGET_CHAIN_REPO }}
4443 ref : ${{ env.TARGET_CHAIN_BRANCH }}
44+ token : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
4545 path : ./timefold-solver-enterprise
4646 fetch-depth : 0 # Otherwise merge in the next step will fail on account of not having history.
4747 - name : Prevent stale fork of timefold-solver-enterprise
You can’t perform that action at this time.
0 commit comments