Skip to content

DailyDev Status #188139

DailyDev Status

DailyDev Status #188139

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: DailyDev Status
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: "*/5 * * * *"
jobs:
devcard:
runs-on: ubuntu-latest
steps:
- name: devcard
uses: dailydotdev/[email protected]
with:
devcard_id: ${{ secrets.DEVCARD_ID }}