Skip to content
/ la-cle Public

GH Action to setup SSH credentials to install private dependencies

License

Notifications You must be signed in to change notification settings

pioug/la-cle

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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/la-cle@v1.1.0
        with:
          GH_SSH_KEY: ${{ secrets.GH_SSH_KEY }}
      - run: npm ci

About

GH Action to setup SSH credentials to install private dependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published