fix build

This commit is contained in:
Ruben Fiszel
2024-03-10 19:43:23 +01:00
parent 797c5515e1
commit ef4c3ebdee
+5
View File
@@ -26,10 +26,15 @@ jobs:
with:
fetch-depth: 0
- name: Read EE repo commit hash
run: |
echo "ee_repo_ref=$(cat ./backend/ee-repo-ref.txt)" >> "$GITHUB_ENV"
- uses: actions/checkout@v3
with:
repository: windmill-labs/windmill-ee-private
path: ./windmill-ee-private
ref: ${{ env.ee_repo_ref }}
token: ${{ secrets.WINDMILL_EE_PRIVATE_ACCESS }}
fetch-depth: 0