Skip to content

Commit 0098847

Browse files
committed
ci: fix enterprise checkout
1 parent 05d379b commit 0098847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream_enterprise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# This workflow currently doesn't work as a PR can not check out a private repo due to no secrets being available.
12
name: Downstream - Timefold Solver Enterprise Edition
23

34
on:
@@ -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

0 commit comments

Comments
 (0)