Github action libraries used in all DAS repos' pipelines
To implement this workflow in your repository, follow these steps:
- 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 }}
- Customize the variables in the same way to fit your project's requirements.