Skip to content

duty-machine-action #162401

duty-machine-action

duty-machine-action #162401

Workflow file for this run

name: duty-machine-action
on:
schedule:
- cron: '*/5 * * * *'
# issues:
# types: [opened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: nodebe4/duty-machine-action@master
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY: ${{ github.repository }}