Skip to content

lists publish action

Actions
Action to publish posts to lists.sh
v1.0.3
Latest
Star (1)

Tags

 (1)

scp-publish-action

Action to publish posts to pico.sh apps.

Required params

  • user: SSH User name
  • key: Private key

Optional params

  • src: Source dir to deploy
  • host: SSH address
  • port: SSH Port

To publish

You will need to copy your ssh private key into a secret in your github repo. This means your key will be accessible from github. It is highly recommended that you create a separate key specifically for github that way the private key will only have access to your account if there is a breach on github.

Example

name: ci

on:
  push:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    name: Build and Deploy

    steps:
      - uses: actions/checkout@master

      - name: publish to prose
        uses: neurosnap/scp-publish-action@main
        with: 
          user: erock 
          key: ${{ secrets.PRIVATE_KEY }}
          src: '*.txt'
          host: prose.sh 
          port: 2323 

lists publish action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Action to publish posts to lists.sh
v1.0.3
Latest

Tags

 (1)

lists publish action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.