File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 3838 - name : Adding main key to known hosts
3939 run : ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
4040
41- # Install ssh key for new package upload to pacbrew repo mirror
42- # https://zellwk.com/blog/github-actions-deploy
43- - name : Install mirror ssh key
44- uses : shimataro/ssh-key-action@v2
45- with :
46- key : ${{ secrets.SSH_PRIVATE_KEY_US }}
47- name : key_id_mirror
48- known_hosts : ' # dummy'
49- - name : Adding mirror key to known hosts
50- run : ssh-keyscan -H ${{ secrets.SSH_HOST_US }} >> ~/.ssh/known_hosts
51-
5241 # Install pacbrew-pacman
5342 - name : Install pacbrew-pacman
5443 run : |
6453 run : |
6554 cd $GITHUB_WORKSPACE
6655 ./pacbrew.sh -u ${{ secrets.SSH_USER }} -h ${{ secrets.SSH_HOST }}
67- ./pacbrew.sh -u ${{ secrets.SSH_USER }} -h ${{ secrets.SSH_HOST_US }}
You can’t perform that action at this time.
0 commit comments