From 791463dae890ebcc776cef21f1a8c9c6eb9aba48 Mon Sep 17 00:00:00 2001 From: Andrew Malkov Date: Thu, 7 Dec 2023 19:37:47 +0100 Subject: [PATCH] copy crisp data --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 028b8d2..dfb12d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,16 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - name: Checkout data + uses: actions/checkout@v3 + with: + repository: anmalkov/crisp-data + token: ${{ secrets.GITHUB_CRISP_DATA_TOKEN }} + path: src/repos/brief + + - name: test + run: ls -la src/repos/brief + - name: Setup .NET SDK uses: actions/setup-dotnet@v3 with: