Skip to content

Commit 553ac93

Browse files
authored
Create main.yml
1 parent d1e0866 commit 553ac93

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/main.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/[email protected]
20+
with:
21+
devcard_id: ${{ secrets.DEVCARD_ID }}

0 commit comments

Comments
 (0)