Aliyun Signin #177
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Aliyun Signin | |
on: | |
schedule: | |
# 每天国际时间 22:22 运行一次, 中国时间 06:22 | |
- cron: '22 22 * * *' | |
workflow_dispatch: | |
jobs: | |
signin: | |
name: Aliyun Signin | |
runs-on: ubuntu-latest | |
steps: | |
- uses: ImYrS/aliyun-auto-signin@main | |
with: | |
REFRESH_TOKENS: ${{ secrets.REFRESH_TOKENS }} | |
GP_TOKEN: ${{ secrets.GP_TOKEN}} | |
DO_NOT_REWARD: 'true' | |
PUSH_TYPES: 'pushplus' | |
PUSHPLUS_TOKEN: ${{ secrets.PUSHPLUS_TOKEN }} |