Skip to content

Prepares the SSH agent so you can pull from private repositories

Notifications You must be signed in to change notification settings

glg-public/setup-ssh-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup SSH Agent

Usage

steps:
  - uses: actions/checkout@v2
  - uses: glg-public/setup-ssh-agent@v1
    with:
      ssh-private-key: ${{ secrets.DEPLOYMENT_SSH_KEY }}
  - run: |
      npm clean-install
      npm run lint
      npm test

About

Prepares the SSH agent so you can pull from private repositories

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •