Skip to content

Commit e4a1337

Browse files
committed
fix: add removed SSH key
1 parent 81f6a18 commit e4a1337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
singularity-version: ${{ matrix.singularity-version }}
4242
- name: Build images
4343
run: |
44+
echo "${{ secrets.DEPOT_GALAXYPROJECT_ORG }}" > ssh_key && chmod 600 ssh_key
4445
./build.sh

0 commit comments

Comments
 (0)