diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..db7c6ad --- /dev/null +++ b/.github/workflows/main.yml @@ -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 }}