pioug / la-cle

GH Action to setup SSH credentials to install private dependencies

Home Page:https://github.com/marketplace/actions/la-cle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://github.com/marketplace/actions/la-cle

License:MIT License


Languages

Language:JavaScript 100.0%