Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Nov 16, 2023
1 parent b26a00d commit d472ffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
steps:
- name: setup-ssh
uses: cs3org/cs3apis-build:master
env: # Or as an environment variable
ssh_key: ${{ secrets.ssh_key}}
run: |
mkdir /root/.ssh \j
echo -n "$SSH_KEY" > /root/.ssh/id_rsa \
echo -n "$ssh_key" > /root/.ssh/id_rsa \
shasum /root/.ssh/id_rsa \
chmod 600 /root/.ssh/id_rsa \
stat /root/.ssh/id_rsa \
Expand Down
1 change: 1 addition & 0 deletions 1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
1
1
1
1

0 comments on commit d472ffe

Please sign in to comment.