Skip to content

nuqayah/gh-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

GitHub Actions

Example

name: Deploy

on:
  push:
    branches: [main]

jobs:
  deploy:
    uses: nuqayah/gh-actions/.github/workflows/deploy.yaml@main
    secrets:
      SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
      DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
      DEPLOY_USER: ${{ secrets.DEPLOY_USER }}

Set Secrets

gh secret set SSH_PRIVATE_KEY < gh-key
gh secret set DEPLOY_HOST -b ...
gh secret set DEPLOY_USER -b ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors