Create main.yml

This commit is contained in:
Mr¤KayJayDee
2023-08-16 13:31:26 +02:00
committed by GitHub
parent 06f2ca7885
commit 9bba1a32f3

21
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: DevCard
permissions:
contents: write
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: "0 0 * * *"
jobs:
devcard:
runs-on: ubuntu-latest
steps:
- name: devcard
uses: dailydotdev/action-devcard@2.0.2
with:
devcard_id: ${{ secrets.DEVCARD_ID }}