Create main.yml
This commit is contained in:
21
.github/workflows/main.yml
vendored
Normal file
21
.github/workflows/main.yml
vendored
Normal 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 }}
|
Reference in New Issue
Block a user