singnet / das-cicd

Github action libraries used in all DAS repos' pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAS CI/CD

Github action libraries used in all DAS repos' pipelines

Workflow Setup

To implement this workflow in your repository, follow these steps:

  1. Copy and paste the following YAML content into the workflow file:
name: My Workflow

on:
  workflow_dispatch:
    inputs:

jobs:
  tag:
    uses: singnet/das-cicd@master
    with:
      workflow: run-tests.yml
      repo: das-atom-db
      org: singnet
      ref: master
      github-token: ${{ secrets.GH_TOKEN }}
  1. Customize the variables in the same way to fit your project's requirements.

About

Github action libraries used in all DAS repos' pipelines


Languages

Language:Python 95.0%Language:Dockerfile 5.0%