Skip to content

daily-devcard

daily-devcard #170

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: daily-devcard
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: "0 0 * * *"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
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}"