la-cle

GH Action to setup SSH credentials to install private dependencies

MIT License

Stars
4
Committers
1

Setup GitHub credentials with SSH to (npm) install private dependencies 🤫 Support macOS, Ubuntu and Windows environments.

Input parameters

Example of workflow

on: push
name: Deploy something
jobs:
  build:
    name: Run scripts
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master
      - uses: pioug/[email protected]
        with:
          GH_SSH_KEY: ${{ secrets.GH_SSH_KEY }}
      - run: npm ci
Package Rankings
Top 20.66% on Github actions