Skip to content

Commit

Permalink
Assets: Visual Examples for Bone Gen Patterns Redo
Browse files Browse the repository at this point in the history
  • Loading branch information
thearchivalone committed Nov 22, 2024
2 parents 5a87e7e + b003b91 commit 1979303
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/github-action-mirror-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
env
mkdir -p ~/.ssh
git gc --aggressive --prune=now
echo "${{ secrets.SSH_KEY_PRIVATE }}" > ~/.ssh/id_ed25519
chmod 700 ~/.ssh/id_ed25519
echo "${{ secrets.SSH_KEY_PUBLIC }}" > ~/.ssh/id_ed25519.pub
Expand All @@ -41,6 +42,7 @@ jobs:
run: |
env
mkdir -p ~/.ssh
git gc --aggressive --prune=now
echo "${{ secrets.SSH_KEY_PRIVATE }}" > ~/.ssh/id_ed25519
chmod 700 ~/.ssh/id_ed25519
echo "${{ secrets.SSH_KEY_PUBLIC }}" > ~/.ssh/id_ed25519.pub
Expand All @@ -60,6 +62,7 @@ jobs:
id: sync
run: |
env
git gc --aggressive --prune=now
mkdir -p ~/.ssh
echo "${{ secrets.SSH_KEY_PRIVATE }}" > ~/.ssh/id_rsa
chmod 700 ~/.ssh/id_rsa
Expand All @@ -83,6 +86,7 @@ jobs:
id: sync
run: |
env
git gc --aggressive --prune=now
mkdir -p ~/.ssh
echo "${{ secrets.SSH_KEY_PRIVATE }}" > ~/.ssh/id_ed25519
chmod 700 ~/.ssh/id_ed25519
Expand All @@ -103,6 +107,7 @@ jobs:
id: sync
run: |
env
git gc --aggressive --prune=now
mkdir -p ~/.ssh
echo "${{ secrets.SSH_KEY_PRIVATE }}" > ~/.ssh/id_ed25519
chmod 700 ~/.ssh/id_ed25519
Expand All @@ -123,6 +128,7 @@ jobs:
id: sync
run: |
env
git gc --aggressive --prune=now
mkdir -p ~/.ssh
echo "${{ secrets.SSH_KEY_PRIVATE }}" > ~/.ssh/id_ed25519
chmod 700 ~/.ssh/id_ed25519
Expand Down Expand Up @@ -151,5 +157,3 @@ jobs:
secret-key: ${{ secrets.IA_SECRET_KEY }}
identifier: BRS-Research-Initiative-Current
files: Backup.tar.gz


Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1979303

Please sign in to comment.