Skip to content

Commit

Permalink
copy crisp data
Browse files Browse the repository at this point in the history
  • Loading branch information
anmalkov committed Dec 7, 2023
1 parent e95895c commit 791463d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 791463d

Please sign in to comment.