chore: EE private repo fetched on commit hash (#3183)

* chore: EE private repo fetched on commit hash

* revert docker-image.yml

* repo_ref -> ee_repo_ref
This commit is contained in:
Guillaume Bouvignies
2024-02-08 19:09:03 +01:00
committed by GitHub
parent 42740b0924
commit e988eb519b
2 changed files with 6 additions and 0 deletions

View File

@@ -81,10 +81,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