Skip to content

Commit

Permalink
Test creating keys
Browse files Browse the repository at this point in the history
  • Loading branch information
killev committed Mar 21, 2024
1 parent 3d0e639 commit 3632869
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/db_apply_anonimized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
run: |
ls -la
cd ./src/anon-tools
ls -la
mkdir -p ./keys
echo ${{ secrets.KEY_FILE }} >> ./keys/key
ls -la ./keys

0 comments on commit 3632869

Please sign in to comment.