Skip to content

Merge pull request #38 from infoforcefeed/dependabot/npm_and_yarn/sem… #15

Merge pull request #38 from infoforcefeed/dependabot/npm_and_yarn/sem…

Merge pull request #38 from infoforcefeed/dependabot/npm_and_yarn/sem… #15

Workflow file for this run

name: Build Package
on:
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH }}
name: id_ed25519
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: Checkout
uses: actions/[email protected]
- name: Pull source
run: ssh [email protected]