Skip to content

Generate Devcard

Generate Devcard #857

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Generate Devcard
permissions:
contents: write
# Controls when the workflow will run
on:
schedule:
- cron: '0 0 * * *'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
devcard:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: devcard
uses: dailydotdev/action-devcard@2.0.6
with:
token: ${{ secrets.GITHUB_TOKEN }}
devcard_id: ${{ secrets.DEVCARD_ID }}
commit_branch: devcard
commit_filename: devcard.png
commit_message: "chore: update ${filename}"