Skip to content

CordCloud Action v0.1.1 released!

Latest
Compare
Choose a tag to compare
@yanglbme yanglbme released this 10 Aug 02:28
· 1 commit to main since this release

Support Two-factor Authentication @yanglbme

name: CordCloud

on:
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:

jobs:
  checkin:
    runs-on: ubuntu-latest
    steps:
      - uses: yanglbme/cordcloud-action@main
        with:
          email: ${{ secrets.CC_EMAIL }}
          passwd: ${{ secrets.CC_PASSWD }}
          secret: ${{ secrets.CC_SECRET }}