This commit is contained in:
		@@ -27,7 +27,7 @@ jobs:
 | 
			
		||||
      - name: Set up SSH agent
 | 
			
		||||
        env:
 | 
			
		||||
          SSH_KEY: ${{ secrets.ACCESS_KEY }}         # your private key
 | 
			
		||||
        shell: bash
 | 
			
		||||
            #shell: bash
 | 
			
		||||
        run: |
 | 
			
		||||
          eval "$(ssh-agent -s)"
 | 
			
		||||
          echo "$SSH_KEY" >> ~/.ssh/id_rsa
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user