Skip to content

Commit 1c887ba

Browse files
authored
Create Devcard.yml
1 parent 7ad2926 commit 1c887ba

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/Devcard.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: DevCard
2+
3+
permissions:
4+
contents: write
5+
6+
on:
7+
workflow_dispatch:
8+
push:
9+
branches:
10+
- main
11+
schedule:
12+
- cron: "0 0 * * *"
13+
14+
jobs:
15+
devcard:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: devcard
19+
uses: dailydotdev/action-devcard@2.0.2
20+
with:
21+
devcard_id: ${{ secrets.DEVCARD_ID }}

0 commit comments

Comments
 (0)