Skip to content

daily-devcard

daily-devcard #22

Workflow file for this run

name: daily-devcard
on:
workflow_dispatch:
push:
branches:
- vimain
schedule:
- cron: "0 0 * * *"
jobs:
devcard:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: devcard
uses: dailydotdev/[email protected]
with:
user_id: ${{ secrets.USER_ID }}
commit_message: "chore: update ${filename}"