todo-to-issue-action/.github/workflows/workflow.yml
2021-07-28 19:23:46 +01:00

13 lines
296 B
YAML

name: "Workflow"
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@master"
id: "todo"
with:
PROJECTS_SECRET: ${{ secrets.PROJECTS_SECRET }}